Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

How to call url http://0.0.0.0:8000 after deploying? #6

Open
piavgh opened this issue May 20, 2016 · 2 comments
Open

How to call url http://0.0.0.0:8000 after deploying? #6

piavgh opened this issue May 20, 2016 · 2 comments

Comments

@piavgh
Copy link

piavgh commented May 20, 2016

Hi sphereio,

How can I send request to the url of prediction engine after deploying? I tried to open http://0.0.0.0:8000 in my browser but it doesn't seem to work.

Thank you very much

@AlexGustafsson
Copy link

Hey, @piavgh! 0.0.0.0 tells the computer to listen on all IPs including localhost. Let's say you're connected on both ethernet and Wi-Fi. Basically use any of the computer's IPs to connect to the website.

Examples:

Localhost (should work)
http://127.0.0.1:8000

Your local IP-address (change to your IP)
http://192.168.1.13:8000

@webknjaz
Copy link

Localhost (should work)
http://127.0.0.1:8000

FYI this won't work under Windows: https://superuser.com/a/536198/182499

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants