I am sending a POST request to the URL
https://api.my.us.dmig.com/c2/resolve-documents
You have to be on our company VPN to access this URL. I have verified I am on our internal VPN. When I send a request to this endpoint, the request fails with the error:
Error: getaddrinfo ENOTFOUND
This suggests the endpoint is not does not exist. However, my coworker is able to send a request and get a 202 response back as expected.
I am on the VPN, our requests are the exact same, and yet mine fails. I have also deleted my cookies as well. Is there any sort of caching that Postman has that could cause this issue?