A Web Proxy

  • Thread starter Thread starter Jay Douglas
  • Start date Start date
J

Jay Douglas

Greetings,
I have what I feel is a daunting task ahead of me ... I've been asked
to create a web proxy of sorts for an internal web application. I need to
develop an ASP .net page that captures both GET and POST commands from the
user, pass the commands from the user to a remote site, then return the
output of the page to the user. The user should have an experience as if
they were never leaving the website the ASP.net page resides on.
Unfortunately, I can not use frames for this project. I'm having a hard
time locating any information to even start on this project. Any advice or
Urls are appreciated.

Thanks a ton.
 
I'm pretty aware of the WebRequest / WebResponse classes ... I was hoping
of more like a tutorial ... or an already written component that I can
modify .. =)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top