[jQuery] Re: jQuery $.post() over subdomains (created using mod_rewrite) NOT WORKING!

2009-12-10 Thread Nishan Karassik
You could post it to a scripting file (php etc) then have that forward the post onto the correct page, but don't use a variable in the JQuery code for the forwarding page for obvious security issues. On Dec 10, 9:11 am, MorningZ wrote: > if > > http://<<< domain where AJAX call is made from>>> >

[jQuery] Re: jQuery $.post() over subdomains (created using mod_rewrite) NOT WORKING!

2009-12-10 Thread MorningZ
if http://<<< domain where AJAX call is made from>>> is different than http://<<< domain where AJAX call is made to>>> even if it's just a "sub"-domain, it is not going to work as you are breaking the cardinal rule of browsers: client side script cannot call another domain like this doesn't m