http get request with body
问题 i know you shouldn't send a HTTP GET Request with a body, but ceilometer web api forces me to do so. I'm developing a ceilometer scala client, so I need a scala/java way to make a get request with a body. So far I tried with beeClient (http://www.bigbeeconsultants.co.uk) and in plain Java using httpConnection but I get a 404 error. In curl I can achieve the result in this way: curl -X GET -H "X-Auth-Token: ..long long token here.." -H "Content-Type: application/json" -d '{"q": [{"field":