Skip to content
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

POST method not supported properly #14

Open
frmichel opened this issue Aug 5, 2022 · 0 comments
Open

POST method not supported properly #14

frmichel opened this issue Aug 5, 2022 · 0 comments

Comments

@frmichel
Copy link

frmichel commented Aug 5, 2022

Hey, I can see that this was discussed already in the past, but I'm afraid POST is still not supported.
Even when passing an options document { method: 'POST' }, the query is still built with var url = endpoint + '?query=' + encodeURIComponent(query)such that parameters are still passed on the URL of the endpoint whereas they should be passed in the body of the HTTP request.
Am I missing something?
Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant