2

The idea is simple but i am not quite sure what would be the best way to implement such a feature.

What i basically wish to achieve is that all web requests that come in to my server are captured and modified. Cookies, headers etc. are all exchanged. After that i pass on that request to another web server.

Once the other web server replies i pass that information back on to the browser. I am currently using IIS with ASP.NET but i am open to all suggestions.

Thank you.

AstroCB
  • 12,337
  • 20
  • 57
  • 73
oipoistar
  • 477
  • 6
  • 19

1 Answers1

1

If you use IIS 7 in integrated pipeline mode and write a http handler then you'll be heading in the right direction.

Nathan
  • 6,095
  • 2
  • 35
  • 61