On 2017-02-22 02:02, Paul in Houston, TX wrote:
I happens when I enter a zip code in the location box at:
https://radar.weather.gov/radar.php?rid=hgx&product=N0R&loop=yes

It's exactly what the warning message says it is: anything you enter in this form gets sent back to the server unencrypted. Here, stripped of some markup, is the key part of the HTML source code for that form:

form method="POST" action="http://forecast.weather.gov/zipcity.php";

Note that the action to send your input to the server uses http, not https. That's why you get the warning.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to