One type of requirement is GET request with body content. while testing using Gatling 3.3.1, getting below error. Please suggest and thank you for your time
{“errorMessage”:“Unable to generate response as per Accept headers in request.”,“errorCode”:“406.031.001”},
Thanks for your time. I have rechecked, all headers provided properly(and the same set working fine in postman). Any issue in providing header/header value?
.headers(Map(“Content-Type” → “application/stream+json”))