Forum Discussion

liki7411's avatar
liki7411
Occasional Contributor
4 years ago
Solved

Getting 404 on API call

I am sending a token value in response body of POST method.

  1. 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

2 Replies

  • ChrisAdams's avatar
    ChrisAdams
    Super Contributor

    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

    • liki7411's avatar
      liki7411
      Occasional Contributor

      There was an extra key word appending in endpoint URL. 

      Thank you