url-obsfucation

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 can easily add another domain that points to the same server, but we still have the problem of the someproduct context root in the url. Sim...

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 I came up with was to hex-encode the entire target URL as if it were a directory, as follows: http://localhost/687474703A...etc...732E6D70...