THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

API & Integration, DevOps,NetOps,SecOps

Reply

Cookies not useable in my React.js frontend for my iB APi driven app.

New Member
Posts: 6
122     0

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.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You