Fairly simple request, going through some lessons and I’ve yet had Postman system find the server and or give me response in any test I’ve tried to make. As you can see from my error response, this is all I get from this request. Why, what do I not have turn on or what am I missing. I know this server works because I can put this in my browser and I get a joke back. Just not in a json.
GET https://official-joke-api.appspot.com/random_joke
Error: getaddrinfo ENOTFOUND official-joke-api.appspot.com
Request Headers
User-Agent: PostmanRuntime/7.37.0
Accept: /
Postman-Token: 19fe7149-f221-4094-a72c-57e48fc620b0
Host: official-joke-api.appspot.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive



