Hey guys,
I have developed a REST API server and tested using POSTMAN, it has been working in the past weeks. I haven’t change anything from the server-side. Today, I tried to make requests via PostMAN and it has failed, the request was never sent to the server. The error message I got from the console is the following:
ENOTFOUND
Testing the same endpoint in firefox or in my frontend application, the request has been sent correctly and server is able to sent the response.
It seems it’s only POSTMAN, I am not sure if I have missing any configuration or else. I appreciate if someone in the community can help me out!
Please check the screenshot