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
hi,
When i make a command line curl -d "data=plop" url , my server running php script get the $_POST filed with data=plop but when i use your library, i must make a file_get_content(php://input) to get the data.
Why ? :(
The text was updated successfully, but these errors were encountered:
hi,
When i make a command line
curl -d "data=plop" url
, my server running php script get the$_POST
filed withdata=plop
but when i use your library, i must make afile_get_content(php://input)
to get the data.Why ? :(
The text was updated successfully, but these errors were encountered: