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 service allows the user to pass HTTP/1.1 headers as query parameters. This is done to allow any kind of request from within a browser. This feature is provided strictly as a workaround for current web-browser limitations.
To specify an HTTP/1.1 header as a query parameter:
replace all dashes "-" in the header name by underscores "_";
convert all characters in the header name to lowercase;
prepend the header name with "http".
Examples
The following two HTTP/1.1 requests are semantically identical: