Skip to content
Advertisement

React can’t get response body from PHP API

I’m trying to send a POST request to my PHP file and get a response. The response is sent with code 200, however, I don’t see what PHP returns. Here is my react code:

JavaScript

And here is my PHP code:

JavaScript

Logging response on console returns me: enter image description here
I can’t get the “data” out of PHP.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement