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
The cookie and cookie2 are stripped from outgoing requests when set by the user on the web. For servers, this does not make sense because they do not have a cookie jar.
We should allow setting these headers.
The outbound set-cookie header is disallowed only because of technical difficulty with implementation in browsers - we could keep this disallowed, or allow it - it does not matter much I think.
The text was updated successfully, but these errors were encountered:
The
cookie
andcookie2
are stripped from outgoing requests when set by the user on the web. For servers, this does not make sense because they do not have a cookie jar.We should allow setting these headers.
The outbound
set-cookie
header is disallowed only because of technical difficulty with implementation in browsers - we could keep this disallowed, or allow it - it does not matter much I think.The text was updated successfully, but these errors were encountered: