Forum Discussion

kasia's avatar
kasia
New Contributor
13 days ago
Solved

Mismatch between response from a CURL request and ReadyAPI response

Hello,  I'm encountering a significant issue as I'm receiving an unexpected response when sending a request through ReadyAPI to validate error handling in the software under test. (The request works...
  • nmrao's avatar
    13 days ago

    kasia 

    I see below header sent in curl request.

    Content-Type: application/json

    What did see in the raw tab of the request? Try adding that header and see.

    Otherwise, try adding Accept Header with application/json as value