My application is listening on port 8000 on the pod with the above-mentioned public ip address, but when i curl that from a server outside the runpod using this command:
curl -X POST http://64.247.206.102:8000 -H "Content-Type: application/json" -d '{"prompt": "Test prompt"
, "max_tokens": 50}'
I get the error in the headline. Can someone guide me on how to reach the IP Address?