Cross site scripting help?
Posted
by shane87
on Stack Overflow
See other posts from Stack Overflow
or by shane87
Published on 2010-05-26T22:44:52Z
Indexed on
2010/05/26
22:51 UTC
Read the original article
Hit count: 230
I have a piece of javascript executing on a jetty server which is sending a XMLHTTPRequest to a scoket on another server(wamp server). The request gets sent to the socket, however the XHR response seems to be getting blocked. My only thoughts on this is it may be an issue with XSS(cross site scripting). Is there a way in which i could enable cross site scripting for this particular request or is there something else i should be doing? Any help would be greatly appreciated!
© Stack Overflow or respective owner