I am using fiddler as a reverse proxy, I want to forward the client ip in the request header so that the server can get it like this:
oSession.oRequest["X-Forwarded-For"]=;
But I don't know the variable name that I should set, can anyone help me with this? Thanks a lot.
I found the answer: