Postman shows 200 OK but no request sent

I have always used postman for sending any http request to my servers, today I faced a problem, that when I send a post request to one of my apis, postman shows 200 OK, but the request did not actually work, like The request was not sent to server.
postman is working on my other pc.

Hey @navigation-technol11 :wave:

Welcome to the Postman Community! :postman:

The request was successfully sent to the server and you received a response, you wouldn’t have seen a 200 OK if that didn’t happen.

If you open the Postman Console (from the bottom menu bar), you should be able to see the full details of the request that was sent and the response information.

It looks like you’re hitting something local, do you have any logs on the server side to track the requests?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.