kingboyk wrote:
Or, to put it the other way round, is the cookie EVER sent over clear http?
Obviously I'm concerned about security but also there's no point telling my boss we need to buy SSL certs for new sites which are using the NopCommerce database with the membership provider I knocked up if Nop itself is sending auth in the clear.
I've thought about using Fiddler2 to look into this (and/or changing the forms tag to requireSSL=true and seeing what happens) but someone must know the answer already? :)
TIA.
I'm not sure on the actual answer, but the best way I find to check this sort of stuff is to use Wireshark. Sniff the line just like a "hacker" would do, and make sure that nothing important is human readable.
Think like them, try things like they would, and learn from it! That's my philosophy on that stuff!