Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Hi, I tried the above code in my spring boot controller but I'm getting below error: HttpResponseProxy{HTTP/1.1 500 Internal Server Error [X-Powered-By: Express, Access-Control-Allow-Origin: *, Date: Tue, 24 Apr 2018 10:01:35 GMT, Connection: keep-alive, Transfer-Encoding: chunked] ResponseEntityProxy{[Chunked: true]}} Commented Apr 24, 2018 at 10:12
  • How to make a GET request with payload? Since httpGet object doesn't have a setEntity method, it doesn't seem to be possible to call the GraphQL API. Commented Jun 21, 2021 at 13:35