>From https://tools.ietf.org/html/rfc7231#section-4.3.1:

> A payload within a GET request message has no defined semantics;
> sending a payload body on a GET request might cause some existing
> implementations to reject the request.

(Some for HEAD/DELETE/CONNECT)

Perhaps we should relax this requirement to just a warning or make it 
configurable. There seems to be just one other place 
<https://github.com/akka/akka/blob/release-2.3-dev/akka-http-core/src/main/scala/akka/http/engine/rendering/HttpRequestRendererFactory.scala#L103>
 
where isEntityAccepted is checked.

On Wednesday, April 15, 2015 at 10:37:57 PM UTC+2, Jim Hazen wrote:
>
> I was originally thinking that this would be inconvenient for ES clients. 
>  I could work around that.  However for anyone attempting to build a 
> transparent proxy in front of ES (where they can't control client calls), 
> this would be an impossible to fix solution if a GET with body was 
> forbidden.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to