Brock Allen’s ASP.NET security: the tl:dr;

tl:dr;

– If it’s on an HTTP address, consider it public info — usernames, passwords, HTML, and JSON results are all interceptable.
– unless you’ve secured it, your database usernames, passwords, and data are ALSO being sent in plain text.

Leave a comment