This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
Content-Type is application/json is not working #138
Open
Description
Request Header content-type is application/json
The body of the request is converting to queryString. Because of this getting Bad Request error response.
Request Header content-type is application/json
I have commented this body conversion and converted JSON string, Then its stared working.
Please verify and give the patch for this