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

Remove POST Request from authorization request in API v1.1 #767

Open
margaretha opened this issue Aug 19, 2024 · 2 comments
Open

Remove POST Request from authorization request in API v1.1 #767

margaretha opened this issue Aug 19, 2024 · 2 comments

Comments

@margaretha
Copy link
Contributor

margaretha commented Aug 19, 2024

POST request should be completely removed in API v1.1. It is marked as deprecated in the code but is still supported in API v1.0. Should it return a deprecation message instead?

Are there any client using the POST request?

@notesjor
Copy link

Just checked my JS client. It only works with GET.

@kupietz
Copy link
Member

kupietz commented Aug 21, 2024

The R and Python libraries also only use GET. (Remember, however, that GET has some size limits.)

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

No branches or pull requests

3 participants