TCP HTTP and HTTPS port forwarder

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

Hi
I would like to write an application that sits between our main App and a
Web service (WS). Our app would be pointed at the new app which would pass
all data on to the WS and all responses passed back a bit like a proxy.
Currently the WS is HTTP but it will be on HTTPS so it will need to support
both. the app will then gather stats about the XML being sent.

Being new to C# how would I write the port forwarding part? any examples?


Thanks
 
Thus wrote Adrian,
Hi
I would like to write an application that sits between our main App
and a
Web service (WS). Our app would be pointed at the new app which would
pass
all data on to the WS and all responses passed back a bit like a
proxy.
Currently the WS is HTTP but it will be on HTTPS so it will need to
support
both. the app will then gather stats about the XML being sent.
Being new to C# how would I write the port forwarding part? any
examples?

You might want to study some other proxy implementations like the ones available
on mentalis.org or GotDotNet.

Cheers,
 
Back
Top