Skip to content

Instantly share code, notes, and snippets.

@sparr
Created April 7, 2015 21:32
Show Gist options
  • Save sparr/76c0b43639c2680cdfaf to your computer and use it in GitHub Desktop.
Save sparr/76c0b43639c2680cdfaf to your computer and use it in GitHub Desktop.
* Adding handle: conn: 0x7fd47a804000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fd47a804000) send_pipe: 1, recv_pipe: 0
* About to connect() to www.nike.com port 80 (#0)
* Trying 23.218.119.101...
* Connected to www.nike.com (23.218.119.101) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.nike.com
> Accept: */*
>
< HTTP/1.1 403 Forbidden
* Server AkamaiGHost is not blacklisted
< Server: AkamaiGHost
< Mime-Version: 1.0
< Content-Type: text/html
< Content-Length: 261
< Cache-Control: max-age=0
< Expires: Tue, 07 Apr 2015 21:32:10 GMT
< Date: Tue, 07 Apr 2015 21:32:10 GMT
< Connection: close
< Set-Cookie: AnalysisUserId=23.220.148.166.223301428442330393; expires=Mon, 31-Dec-2038 23:59:59 GMT; path=/; domain=.nike.com
<
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "http&#58;&#47;&#47;www&#46;nike&#46;com&#47;" on this server.<P>
Reference&#32;&#35;18&#46;a694dc17&#46;1428442330&#46;603b721
</BODY>
</HTML>
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment