Is there a redirect involved? If so, my guess is that the
XMLHttpRequest doesn't follow the redirect, just gets the 30x code and
no response body.

I don't think the plugins can do anything about that...

Jörn

On Thu, Nov 27, 2008 at 12:02 PM, jurkoferko <[EMAIL PROTECTED]> wrote:
>
> Hi i have a problem with "remote" checking. I have two identical
> scripts, both of them return 'true' or 'false':
>
> 1. /something.php
> 2. /script/something
>
> When i use the first PHP script in "remote", javascript sends data to
> the PHP script and PHP sends data to javascript. Everything is working
> OK.
> But when i use the second PHP script in "remote", which is executed
> the same way as the first, but the difference is, that this second
> script is handled through Apache's rewrite function, this second
> script sends data to PHP correctly but receives NO ANSWER. Although
> the script itself displays 'true' or 'false' when you call it directly
> from the browser.
>
> Is there any way that "remote" checking in jquery's validate will work
> with apache's rewrite ? Or am I doing something wrong ?
>

Reply via email to