This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
Is it possible that your request is not correctly formed ? Can you try it with curl -v and print the output here ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am facing a problem trying to implement a post route for which I need to parse a JSON body (form submission).
When using the handler to get ready to use JSON, it seems that my server does not receive properly the request.
Actually, on the browser I get a blank page, and I get no serial log at all.
I guess I must be doing something wrong but I can't manage to find out where.
Here I commented all the code within the handler, to be sure it does not interfere with the issue I'm facing.
On the other hand,I do manage to handle the post request with the following code :
Beta Was this translation helpful? Give feedback.
All reactions