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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -