-
Hello, I try to use the http with POST and some data in body but nothing appears on server side on the $_POST variable.
Someone can help me ? The doc didn't really show how to send data for POST requests. |
Beta Was this translation helpful? Give feedback.
Answered by
gianninou
Sep 6, 2021
Replies: 1 comment
-
OK, I found the problem, I just needed to add the content type header. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gianninou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I found the problem, I just needed to add the content type header.