Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

171
Views
POST is dumping in the inspector "response", but not displaying on the browser page

I am on linux, using apache. The dump shows in the response category of the page inspector, but the browser is not showing the same data.

javascript post code

    const eHttp = new XMLHttpRequest()

    eHttp.open("POST", "post.php", true)

    eHttp.setRequestHeader('Content-type', 'application/json')

    eHttp.send(JSON.stringify(dataMap['user']))

php code:

echo $_POST;

$_POST = json_decode(file_get_contents('php://input'), true);

var_dump($_POST);
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!