http - Post data using javascript on same origin/domain (Security Risks? -


is there security risks send post data through javascript url on same origin/domain without ssl/https?

i know it's security risks on cross-origins, on same origin?

thanks in advance!

the problem not origin. when send data http there not encrypted or anything. connected same network can intercept them. of course if send login , password minimum computer , network knowledge can them.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -