Advertisement
fkeles

curl-test-http-access.sh

Oct 3rd, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | Source Code | 0 0
  1. ubuntu@FAKELES-7310:~$ curl -v http://1xx.xxx.xx.227
  2. *   Trying 1xx.xxx.xx.227:80...
  3. * Connected to 1xx.xxx.xx.227 (1xx.xxx.xx.227) port 80 (#0)
  4. > GET / HTTP/1.1
  5. > Host: 1xx.xxx.xx.227
  6. > User-Agent: curl/7.81.0
  7. > Accept: */*
  8. >
  9. * Mark bundle as not supporting multiuse
  10. * HTTP 1.0, assume close after body
  11. < HTTP/1.0 200 OK
  12. < Server: SimpleHTTP/0.6 Python/3.10.12
  13. < Date: Tue, 03 Oct 2023 20:55:19 GMT
  14. < Content-type: text/html
  15. < Content-Length: 24
  16. < Last-Modified: Tue, 03 Oct 2023 16:41:15 GMT
  17. <
  18. <h1>Server Running</h1>
  19. * Closing connection 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement