HTTP URL get
-
How i can get the address of HTTP from HTTP Proxy when browse some web site. It's like ZoneAlarm's Web filtering. Can you show me the sample or some infors Nothing
-
How i can get the address of HTTP from HTTP Proxy when browse some web site. It's like ZoneAlarm's Web filtering. Can you show me the sample or some infors Nothing
System.Uri
has a lot of things that can be used to disect a given http request. But a proxy itself is supposed to be somewhat transparent. A request to http://www.codeproject.com should respond the same by direct connect or proxy. The only difference is that the proxy is making the request on your behalf. I guess I don't see way to answer your question. You are asking what is the http that comes out of the proxy? You can always watch the packets come out of the proxy. Or you can lookup on wikipedia the SOCKS 4 and 5 behavior. There is no code per se because there is nothing on your internal machine can monitor about the other machine's external interface.