wtest / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

Question: Should https data be displayed as encrypted? #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Go to any https site that solicits data.
2.  Enter the data and send it to the server.
3.  In httpfox, the data is visible as clear text, not encrypted.

What is the expected output? What do you see instead?

With an https site, I would have expected to see encrypted stuff rather than 
clear text for the data that I am sending to the server.

What version of the product are you using? On what operating system?

httpfox 0.8.12.  FIrefox Version 22.0.  Mac OS X 10.8.4.  

Please provide any additional information below.

Perhaps you could add an option (similar to "Pretty" and "Raw", but available 
only when using https) that provides the possibility to verify that the data is 
really encrypted when it is sent to the server, to let us see what is actually 
being sent to the server.

Original issue reported on code.google.com by john.bou...@gmail.com on 18 Jul 2013 at 7:35