Cross-site means the interaction cross separate domains of authority.
Questions tagged [cross-site]
246 questions
0
votes
2 answers
How to submit a key value object from java based web application to asp.net mvc application
This question related to cross site submission across JSP/Servelet based web application and ASP.NET MVC based web application. I could able to submit a NameValueCollection object from an ASP.NET Web project to another ASP.NET MVC project like…

Jaish Mathews
- 766
- 1
- 9
- 25
0
votes
1 answer
XSS attack vulnerability - Tweaking query using JavaScript or jQuery
I have a situation where I need to exploit the xss vulnerability (For academic purpose - for an assignment)
So all I have to do it, add the javascript or jquery alongside URL and redirect it to some overpage which is there in the same server.
I am…

kingmakerking
- 2,017
- 2
- 28
- 44
0
votes
2 answers
How do I delete cross site cookies with Firefox 22+ extension?
I am attempting to add a function to my Firefox extension to trigger an event to delete cookies from site B when a button on site A is clicked. Site A and B do not share a domain but site B is running in an iframe injected into site A. I need the…

TauterTwiggy
- 317
- 1
- 11
0
votes
1 answer
which encoding should be used
I have below javascript function in same jsp file which open a new window based on the parameter passed in the link. It was told to me that I need to encode to prevent XSS attack.