jQuery XSS Issue
I have this question;
jQuery Cross Domain 开发者_如何转开发Errors
I was wondering whether changing the "post" to a "get" would solve the XSS issue.
No, it would'nt change anything that belongs to XSS. It doesn't matter how you send the data, the point is how you work with the data(do you validate them proper before working with them). I still did'nt see if the problem there is XSS or sameOriginPolicy , what definitly are different things.
精彩评论