Hi,
My Postman is returning the following error when I try to send a GET request:
"Could not get any response
There was an error connecting to ."
The “error connecting to” message would usually include the endpoint that is in question, but in my case, it is blank, and ends the sentence with a period ‘.’.
Within the Postman console, I see this error (in red) for the GET:
“Error: socket hang up”
I have attached screenshots.
*App information
- Native Postman App
- Postman Version 7.3.2
- Mac OS: Mojave 10.14.5
*Additional context
- The same GET request IS able to reach the endpoint via curl within a shell.
- My SSL cert verification is disabled (see screenshot)