Hi, I'm trying to make a small proxy-server that will block some content from being sent to a client and I have a little problem.
Basically I need to re-create an incoming HttpListenerRequest into outgoing HttpWebRequest.
I could set the outgoing request properties one by one basing on the properties of the incoming one but I wonder if there is a way I could do this easier?