|
-
Sep 15th, 2008, 06:33 AM
#1
Thread Starter
Lively Member
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?
-
Sep 15th, 2008, 02:10 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|