Re: [xwiki-users] Ajax.Query and cross-site AJAX requests?

2013-01-26 Thread Jerome Velociter
Hi, Indeed you are hitting the standard same origin policy. You have 3 possibilities to circumvent it : * With JSONP requests - if the server supports them, and only for GET requests [1] * With CORS/pre-flight requests - if the server support them [2] * With a proxy (for example a page on

Re: [xwiki-users] Ajax.Query and cross-site AJAX requests?

2013-01-26 Thread xwiki . mexon
Yeah, I guess that makes sense. Thanks for the suggestions. In fact I should be able to bring all my services under one domain so I'll just do that. It was a misguided attempt to improve security by keeping my servers separate that brought me here in the first place! On 2013-01-26 23:51 ,