-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mock server is not receiving the full request anymore #375
Comments
Hi @paraita, Thanks for the detailed code 👍 . I tried with In I've removed it in |
Thank you @typicode for your answer, I'll stick with |
Closing this issue as it's a duplicate of #363 You can install it using |
Thanks I've updated successfully to 0.9.0 and 9.4 :) |
Hi,
I use json-server to mock some authentication endpoint, with the following code:
On 0.8.14, the following curl command works:
curl --request POST --url http://localhost:8080/rest/my/login-endpoint --header 'content-type: application/x-www-form-urlencoded' --data 'username=dazdaz&password=pwd'
The log on json-server are:
But it doesn't work anymore on 0.8.21, as the curl seems to hang indefinitely, and I have the following log on json-server:
I am using:
The text was updated successfully, but these errors were encountered: