You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to send cookies need send response with Access-Control-Allow-Credentials: true
and change Access-Control-Allow-Origin from * to more specific url
I will update extension to make available specify Origin, and read it from request if it was specified in code.
this will be fixed in next release. Or you can send pull request.
I am trying to debug login/logout but because cookie created when logged in and cookie created when trying to logout are different, I cannot debug properly. (even with things that requires logged in status)
Is there any way I can set access-control-allow-credentials to true ? I would like to debug while cookie is remained the same, so that logged in status is preserved.
Any advice or suggestion would be appreciated. Thank you.
Hi, I have tried using a plugin, and I observe an issue, that cookies parameter is missing from request headers.
In case I use --disable-web-security flag Cookies parameter is on place.
Thanks.
The text was updated successfully, but these errors were encountered: