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

#767 send filter in body instead of URL #771

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

JochenReinhardt
Copy link
Contributor

Let's continue our discussion here.

I noticed that OkHttp client does not support bodies in GET requests. It only works with Apache's HTTP client, using a custom request type.

Bodies in GET requests are not that common nowadays. In fact, it was discouraged in the deprecated RFC 2616. The new RFCs 7230-7237 for HTTP protocol do not contain this limitation any more. However, some legacy implementations do not support it and do not plan to support it in future versions. OkHttp client is one of them, see square/okhttp#3154

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

Successfully merging this pull request may close these issues.

1 participant