i am posting to ssl server with jquery. will my any ajax posts be protected?
+1
A:
Yes, Javascript obeys the same origin security policy. If the html is served via SSL than the communication through JS must be through SSL as well. See the Wikipedia article: Same origin policy
Danny
2010-01-22 16:49:50