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
In the browser, accept-charset, date, dnt, origin, referer, via, proxy-*, sec-*, x-http-method, x-http-method-override, and x-method-override are disallowed because they should not be spoofable by users.
On the server however, these are not security sensitive, so they do not have to be stripped from outgoing requests.
The text was updated successfully, but these errors were encountered:
In the browser,
accept-charset
,date
,dnt
,origin
,referer
,via
,proxy-*
,sec-*
,x-http-method
,x-http-method-override
, andx-method-override
are disallowed because they should not be spoofable by users.On the server however, these are not security sensitive, so they do not have to be stripped from outgoing requests.
The text was updated successfully, but these errors were encountered: