Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. ---------------------------------------------------------
  2.     Local:      http://127.0.0.1:8081
  3.     External:   http://0.0.0.1:8081
  4. ----------------------------------------------------------
  5.  
  6. curl http://0.0.0.1:8081/index.html#/
  7. curl: (7) Couldn't connect to server
  8.  
  9. curl http://localhost:8081/index.html#/
  10. curl: (52) Empty reply from server
  11.  
  12. curl http://127.0.0.1:8081/index.html#/
  13. curl: (52) Empty reply from server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement