Search results

  1. kidino

    $_POST is empty via Ajax

    I am sending data using $.ajax and using the POST method. I cannot use GET because the data is long in the MB range. But on the receiving php script, it always seems that the $_POST is empty. This is not the case with I run my app in the browser with my localhost XAMPP. I thought that it could...
  2. kidino

    [SOLVED] $.ajax header is different

    I am doing a cross domain ajax call with jQuery’s $.ajax. I do have Access-Control-Allow-Origin and Access-Control-Allow-Methods set at the server so those are good. I do get the response I needed. However, some data is stored in the HTTP Header and I am getting a different result when using EXE...
Back
Top