encrypt the http request url on the local machine
Chris Angelico
rosuav at gmail.com
Tue Dec 9 02:15:40 EST 2014
On Tue, Dec 9, 2014 at 6:08 PM, iMath <redstone-cold at 163.com> wrote:
> 在 2014年12月9日星期二UTC+8下午2时58分36秒,iMath写道:
>> my software on the local machine needs to send http request to a specific web server , is there any way to protect the http request url from being found by Packet analyzer software like Wireshark and fiddler. The sever is not mine, so I can do nothing in the server .
>>
>> It would be better to show some code, I am an absolutely newbie in encryption .
>
> P.S the server doesn't support https protocol
If the server doesn't support encrypted HTTP requests, you either need
some other form of encryption that the server _does_ support, or a
proxy that can decrypt the request and pass it on (in which case
packet sniffing at the proxy could reveal what's happening). Why are
you so worried about packet sniffing? Is it something you expect to
happen?
ChrisA
More information about the Python-list
mailing list