What steps will reproduce the problem?
1. Call REST API POST Method
2. Add Headers Content-Type: application/json
3. also select Content-Type from drop down "application/json"
A) What is the expected output? What do you see instead?
When i call the API in the request header i am seeing
Content-Type: multipart/form-data;
boundary=----WebKitFormBoundarysB8WKHBozuM7UQVY
But It should be application/json.
B) On what operating system, browser and browser version?
I am suing client as Windows 7 with Chrome browser 31.x, and my REST API
running in REDHAT
C) Please provide any additional information below.
Is there any setting i need to do to get the Content-Type as application/json"
over writing multipart/form
Original issue reported on code.google.com by ramesh.c...@gmail.com on 15 Nov 2013 at 11:08
Original issue reported on code.google.com by
ramesh.c...@gmail.com
on 15 Nov 2013 at 11:08