Tagged Questions
The url-obsfucation tag has no wiki summary.
1
vote
5answers
703 views
Java HTTP Proxy
I am working on a project where we'd like to pull content from one of our legacy applications, BUT, we'd like to avoid showing the "waiting for www.somehostname.com/someproduct/..." to the user.
We ...
0
votes
1answer
195 views
Include dynamic URL in my URL without using query string?
ASP.NET 3.5, IIS7
In my Global.asax's Application_BeginRequest, I need to extract from the request's URL an entirely seperate URL that's been embedded in it without using query string.
The solution ...