mobilefish

Untitled

Nov 14th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. curl -vvv http://localhost:5601
  2. * Rebuilt URL to: http://localhost:5601/
  3. * Trying 127.0.0.1...
  4. * TCP_NODELAY set
  5. * Connected to localhost (127.0.0.1) port 5601 (#0)
  6. > GET / HTTP/1.1
  7. > Host: localhost:5601
  8. > User-Agent: curl/7.61.1
  9. > Accept: */*
  10. >
  11. < HTTP/1.1 302 Found
  12. < location: /app/kibana
  13. < kbn-name: kibana
  14. < kbn-xpack-sig: xxxxxxxxxxxxxxxxxxxxxxxxx
  15. < content-type: text/html; charset=utf-8
  16. < cache-control: no-cache
  17. < content-length: 0
  18. < Date: Thu, 14 Nov 2019 13:59:55 GMT
  19. < Connection: keep-alive
  20. <
Add Comment
Please, Sign In to add comment