Re: encrypt the http request url on the local machine

2014-12-12 Thread Michael Torrie
On 12/12/2014 08:53 AM, iMath wrote: > After some retinking on my question ,I found what I am really want is > not let any other guys using packet analyzer software know the > server name (host name) my software is sending data to . > > so I translate the host name to IP address format, it somewh

Re: encrypt the http request url on the local machine

2014-12-12 Thread Chris Angelico
On Sat, Dec 13, 2014 at 2:53 AM, iMath wrote: > After some retinking on my question ,I found what I am really want is not let > any other guys using packet analyzer software know the server name (host > name) my software is sending data to . > > so I translate the host name to IP address format

Re: encrypt the http request url on the local machine

2014-12-12 Thread iMath
在 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 noth

Re: encrypt the http request url on the local machine

2014-12-10 Thread Chris Angelico
On Thu, Dec 11, 2014 at 12:48 AM, iMath 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 an

Re: encrypt the http request url on the local machine

2014-12-10 Thread iMath
在 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 noth

Re: encrypt the http request url on the local machine

2014-12-09 Thread Peter Pearson
On Mon, 8 Dec 2014 22:58:20 -0800 (PST), iMath wrote: > 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

Re: encrypt the http request url on the local machine

2014-12-09 Thread Chris Angelico
On Wed, Dec 10, 2014 at 2:31 AM, Dave Angel wrote: > If you wind up needing a proxy, you have to open an account with them, and > make the arrangements. I've enabled a proxy for my machine when it was > necessary, but have no idea how to program it; it also may vary depending > on the proxy serv

Re: encrypt the http request url on the local machine

2014-12-09 Thread Dave Angel
On 12/09/2014 07:43 AM, iMath 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 seve

Re: encrypt the http request url on the local machine

2014-12-09 Thread iMath
在 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 noth

Re: encrypt the http request url on the local machine

2014-12-08 Thread Chris Angelico
On Tue, Dec 9, 2014 at 6:08 PM, iMath 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

Re: encrypt the http request url on the local machine

2014-12-08 Thread dieter
iMath writes: > 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 . Not

Re: encrypt the http request url on the local machine

2014-12-08 Thread iMath
在 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 noth

encrypt the http request url on the local machine

2014-12-08 Thread 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