Results 1 to 2 of 2

Thread: Route a request to a proxy server

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    65

    Route a request to a proxy server

    Normally, in ASP.NET applications, we read from a Request object and write to the Response buffer.

    However, I wish to read the request object, do some validations on it, and route the request to a proxy server. How is routing a request to a proxy server achieved in ASP.NET?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Route a request to a proxy server

    It's not achieved. The web is stateless and client-agnostic so you can't tell where the output stream should go.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width