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
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
The full URI is not sent on the request, so providing one would be sheer guesswork. Not to mention subject to lots of escaping attacks if it were truly the 'raw' URI. The scheme, host, and port all get transformed by proxies, load balancers, etc., so they should be ignored / left off.
That leaves just the path and query. Why do you want the raw path and query? Does it have to do with the escaping?
No description provided.
The text was updated successfully, but these errors were encountered: