Cross-site means the interaction cross separate domains of authority.
Questions tagged [cross-site]
246 questions
4
votes
1 answer
jquery solutions to post to another site from static html page
Need to post data from a static html page to another page which is hosted on another domain. Normally I'd create and iframe with a form inside of it with a post method, and whose actions is directed to that web page, and finally submit that form.…

deostroll
- 11,661
- 21
- 90
- 161
4
votes
4 answers
XSS Cross Site Scripting - Jsp tag
The following piece of code in my JSP caused a cross site scripting vulnerability on the input tag.