I am trying to create a mock service URL for POST operation in Postman, to do that i have created a mock server https://e4394c97-2a72-4088-b242-46a559cb92f7.mock.pstmn.io and created a service request in that server followed by the endpoint which i am trying to hit.eg. https://e4394c97-2a72-4088-b242-46a559cb92f7.mock.pstmn.iov1/entityno/message Created an example as well by passing the req and response body which i am expecting from my service along with the status code. The prob is inside postman this mock service will work fine when i hit this in browser it says mockRequestNotFoundError Double check your method and the request path and try again." header "No matching requests"
I have created similarmock service for GET operation that works fine in bowser but POST having issues can anyone tell me why????
2.1m questions
2.1m answers
60 comments
57.0k users