Try ysing a relative path for your URL:
url: '/index.php?somevar=thisvalue'
On Nov 4, 11:58 am, Fábio M. Costa wrote:
> it the onFailure event is firing its because there has been an error on your
> request, which means you didnt get a code 200 response.
>
> This can happen if the url you are u
it the onFailure event is firing its because there has been an error on your
request, which means you didnt get a code 200 response.
This can happen if the url you are using doesnt exist (error 404) or if
theres an error on your server side code (error 500) or any other code that
means error.
--