Replies: 2 comments 1 reply
-
Don't you want content-type: application/json instead? There's an example in the /examples/ folder of this repo, and the client-side / browser-side code is easy with the fetch api. On top of it, with application/json content type you preserve types of string, number, boolean, and null; unlike urlencoded where everything is string. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to get the post params ( content-type: 'x-www-form-urlencoded' ).
In a regular node/express environment I would do something like
It does not seem to work here. Can anyone please point me in the right direction. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions