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
Allow a self-signed cert hosting of https://localhost:4443 (or whatever) so development can be done against back ends which set the secure bit on cookies without setting up an additional proxy server.
For example:
https://example.com/session sets a secure session cookie
Code at http://localhost:4020 can't see it even if the following config it used:
Allow a self-signed cert hosting of
https://localhost:4443
(or whatever) so development can be done against back ends which set the secure bit on cookies without setting up an additional proxy server.For example:
https://example.com/session
sets a secure session cookieCode at
http://localhost:4020
can't see it even if the following config it used:The text was updated successfully, but these errors were encountered: