I have something like that
document.cookie = "PVEAuthCookie=" + ticket + ";path=/;domain='10.1.13.3'";
i know that domain it needs to be 'mywebpage.com' but i need to use an ip addres instead.
I use react.
Any ideea? Thanks.