Redirecting HTTP request

From: arc (dprivon_at_hotmail.com)
Date: 02/02/05


Date: Wed, 2 Feb 2005 19:48:45 +0530

Here's my requirement:

When a desktop application (smart client) makes a request to our ASP.NET
server, the request has to be redirected to a 3rd party provider.

AND

Option A - The 3rd party provider should be able to deliver the information
back to the smart client directly
    OR
Option B - The 3rd party provider should be able to deliver the information
back to our server which in turn is sent back to the smart client.

If its Option A, I believe we have to manipulate the HTTP request so that
the 3rd party provider understands the information would be sent to the
smart client instead of giving it back to our server. Can we use something
like HTTPHandler or HTTPModule to do this? How exactly?

If its Option B, I believe we have to maintain the session as it arrives
from the client and be able to deliver back to the client when 3rd party
provider responds.
Is it possible to maintain the long standing session in IIS while the
request is re-directed? How to do it?

Greatly appreciate your inputs!

Thanks
Arc



Relevant Pages

  • Redirecting HTTP request
    ... When a desktop application (smart client) makes a request to our ASP.NET ... Option A - The 3rd party provider should be able to deliver the information ... back to our server which in turn is sent back to the smart client. ...
    (microsoft.public.dotnet.framework.webservices)
  • Redirecting HTTP request
    ... When a desktop application (smart client) makes a request to our ASP.NET ... Option A - The 3rd party provider should be able to deliver the information ... back to our server which in turn is sent back to the smart client. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Redirecting HTTP request
    ... When a desktop application (smart client) makes a request to our ASP.NET ... Option A - The 3rd party provider should be able to deliver the information ... back to our server which in turn is sent back to the smart client. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: General Network Error
    ... You can make a Windows forms app behave as a smart data client, ... term "smart client" is used for applications started over the web that check ... does data synchronization with a master server this aproach is often used ... >>> to reduce cost and move the MS SQL server to china 's data centre. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Microsoft DevDays 2004 - Smart Client - security demo question
    ... > Have you guys watched the Smart Client 3: ... > Applications by a presenter called Jeff Levinson ... > He said he decrypted his credential on the database server and upload his ... > the traffic in between teh application server and the database server... ...
    (microsoft.public.dotnet.security)