You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem, it has to do with the data being sent as json after the header. This line should work $params = json_decode(file_get_contents('php://input'), true);
I hope this helps!
request.post seems to send the request but the data contained in options.data does not seem to be sent.
The text was updated successfully, but these errors were encountered: