I am trying to send patch request using jmeter(which works by postman), i.e i have copied the request from postman, i am using correct header authorization etc still it returns the error 404. I am using jmeter version 3.2.
PATCH https://dev-api.test.com/walk/v1/walks/77/test/2017101609260477/test/781281212?apikey=ZwQGsEN0f65kORZ8EVQlJWA2bGNbHls0
PATCH data:
{
"status":"Available"
}
[no cookies]
Request Headers:
Connection: keep-alive
Content-Type: application/json
Authorization: Bearer hhjahsj
Content-Length: 26
Host: dev-api.test.com
User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_131)