C
Christoph Wienands
Hello everybody,
I'm currently thinking about a way how to intercept the binary data that
HttpWebRequest sends over the network. The class is a VERY helpful thing but
there are a few things that I obviously can't do with it. In particular I'd
like to have control over the header
REMOTE_ADDR. I have server application that uses REMOTE_ADDR and other
headers for identifying clients beyond cookies (which can easily be forged
or stolen). For load tests I'd have to send requests from PCs with
"different" internal IP addresses. As far as I know the REMOTE_ADDR is only
for information purposes and is not involved in any low-level network
routing and addressing.
Anybody has an idea?
Thanks, Christoph
I'm currently thinking about a way how to intercept the binary data that
HttpWebRequest sends over the network. The class is a VERY helpful thing but
there are a few things that I obviously can't do with it. In particular I'd
like to have control over the header
REMOTE_ADDR. I have server application that uses REMOTE_ADDR and other
headers for identifying clients beyond cookies (which can easily be forged
or stolen). For load tests I'd have to send requests from PCs with
"different" internal IP addresses. As far as I know the REMOTE_ADDR is only
for information purposes and is not involved in any low-level network
routing and addressing.
Anybody has an idea?
Thanks, Christoph