Skip to content

Instantly share code, notes, and snippets.

@xilin
Forked from karlcow/gist:2360574
Created December 21, 2016 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xilin/8d3aed526fdbe6c5ecd34462e25fb0aa to your computer and use it in GitHub Desktop.
Save xilin/8d3aed526fdbe6c5ecd34462e25fb0aa to your computer and use it in GitHub Desktop.
curl empty user agent
→ curl -iI -v -A " " "http://www.la-grange.net/"
* About to connect() to www.la-grange.net port 80 (#0)
* Trying 128.30.54.58... connected
* Connected to www.la-grange.net (128.30.54.58) port 80 (#0)
> HEAD / HTTP/1.1
> User-Agent:
> Host: www.la-grange.net
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Wed, 11 Apr 2012 17:04:24 GMT
Date: Wed, 11 Apr 2012 17:04:24 GMT
< Server: Apache
Server: Apache
< Last-Modified: Thu, 02 Feb 2012 04:46:07 GMT
Last-Modified: Thu, 02 Feb 2012 04:46:07 GMT
< Accept-Ranges: bytes
Accept-Ranges: bytes
< Content-Length: 1162
Content-Length: 1162
< Expires: Wed, 18 Apr 2012 17:04:24 GMT
Expires: Wed, 18 Apr 2012 17:04:24 GMT
< Vary: Accept-Encoding
Vary: Accept-Encoding
< Content-Type: text/html; charset=utf-8
Content-Type: text/html; charset=utf-8
<
* Connection #0 to host www.la-grange.net left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment