Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Cookies not useable in my React.js frontend for my iB APi driven app.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 01:24 PM
Using universal-cookie Node module.
Simply cannot retrieve cookie named 'ibapauth'
const cookies = new Cookies(null, { path: '/' }); cookies.set('myCat', 'Pacman'); console.log(cookies.get('myCat')); // Pacman - this works
// won't get 'ibapauth'
Anyone had success reading or deleting Infoblox main cookie.