I have never programmed python, however need to create a proxy of sorts. This would be easy in ASP , even easier in PHP..I am sure it is just as easy in Python...but how?
I need to be able to pass the script a URL, have it read the url and pass the document directly back as it's response..
The purpose is to disguise the destination URL from the originating client browser.
The result is when I browse to
I get the same results as browsing to
without using a redirect...
If one of you seasoned Python programmers could share this script with me it would be greatly appreciated...
I need to be able to pass the script a URL, have it read the url and pass the document directly back as it's response..
The purpose is to disguise the destination URL from the originating client browser.
The result is when I browse to
I get the same results as browsing to
without using a redirect...
If one of you seasoned Python programmers could share this script with me it would be greatly appreciated...