liki7411
4 years agoOccasional Contributor
Getting 404 on API call
I am sending a token value in response body of POST method.
- type is JSON , method is POST
Sample body :
{
"newGuid": "token value"
}
Still getting "HTTP/1.1 404 Not Found Server: Kestrel ".
Same steps are absolutely working on other API plugins.
Hi,
The 404 looks more like that the URL you have in ReadyAPI is wrong. I'd check that first.
If is was purely payload related, you'd more likely receive a 501