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.
hi,
When i make a command line
curl -d "data=plop" url, my server running php script get the$_POSTfiled withdata=plopbut when i use your library, i must make afile_get_content(php://input)to get the data.Why ? :(