I want to retrieve the JSON data from the following: https://git.eclipse.org/r/#/c/11376/
Request URL: https://git.eclipse.org/r/gerrit/rpc/ChangeDetailService
I tried with a rest client.
Headers :
it works fine. I retrieve 200 OK with a good body.
Why do you set a status code in your request? and multiple declaration "Accept" with Accept:application/json,application/json,application/jsonrequest. just a statement is enough.