GET의 Content-Type

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

GET의 Content-Type

keunsol
http://ngrinder.642.n7.nabble.com/GET-Header-td1919.html

위에서도 동일한 문제가 발생했던 것 같은데요.

말씀해주신 대로,
HTTPResponse result = request.GET("http://localhost:8080/guest", [new NVPair("id", "1234")],  [new NVPair("Content-Type", "application/json"), new NVPair("UserId", "1234")] );

와 같은 방식으로 시도해보았으나, 415 에러가 발생하네요.

제가 직접 서버를 개발하지 않아서 서버측에  consumes = MediaType.APPLICATION_JSON_VALUE을 제거하는 것이 불가해서요. 혹시 다른 해결방법이 있을까해서 문의 드립니다.