encrypt the http request url on the local machine

Chris Angelico rosuav at gmail.com
Wed Dec 10 10:55:10 EST 2014


On Thu, Dec 11, 2014 at 12:48 AM, 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 .
>
> thank you all, I have learnt a lot from your answers.
>
> for my question here, I don't want to use a route or proxy or Tor, network access speed is also vital in my application, so perhaps there is no solution.

Then yes, there's basically no solution. In general, you need to
either negotiate with the server (HTTPS being the easiest way), or go
via some server that you _do_ control, which will delay matters.

ChrisA



More information about the Python-list mailing list