Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

HttpRequest should have a RawUrl property #110

Closed
pranavkm opened this issue Jul 29, 2014 · 2 comments
Closed

HttpRequest should have a RawUrl property #110

pranavkm opened this issue Jul 29, 2014 · 2 comments

Comments

@pranavkm
Copy link
Contributor

No description provided.

@Tratcher
Copy link
Member

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?

@Eilon
Copy link
Contributor

Eilon commented Oct 28, 2014

Per @Tratcher 's comments, this would be risky to provide from us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants