I'm hitting the same origin policy with Ajax. However I need to make a form post to another server.
So here is the question: How do I make a call to my JSP and have that JSP auto submit a form to another server?
I have tried using the AJAX call to my JSP page but now i cannot get the page to actually submit the form, when it returns back the httpRequest i end up with just the plain HTML from that page.