Replies: 3 comments
-
I have that same question! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tell me someone has figured out a solution to this 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this due to v3 release. |
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 can post json data without problems, however the following request does not work
`POST http://localhost/api/sign-request/add
Content-Type: application/x-www-form-urlencoded
Authorization: Bearer {{API_TOKEN}}
field1=value1&field2=value2
`
The curl command outputted is as follows:
Command: curl -sSL --compressed -X 'POST' -H 'Authorization: Bearer 1|MKpgUuh3kJr68463Csx6fHexQmdQ7YUbZT2iMiwGa7e471f5' -H 'Content-Type: application/x-www-form-urlencoded' 'http://localhost/api/sign-request/add'
So the data is not added.
Am i doing something wrong or the header "application/x-www-form-urlencoded" is not yet supported.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions