Created
September 25, 2015 04:22
-
-
Save TheNicholasNick/e583b75c5ff682618939 to your computer and use it in GitHub Desktop.
Fiddler Squid Negotiate Headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET http://fast.fonts.net/t/1.css HTTP/1.1 | |
Host: fast.fonts.net | |
Proxy-Connection: keep-alive | |
Accept: text/css,*/*;q=0.1 | |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 | |
DNT: 1 | |
Referer: http://edition.cnn.com/ | |
Accept-Encoding: gzip, deflate, sdch | |
Accept-Language: en-GB,en;q=0.8,en-AU;q=0.6,ceb;q=0.4 | |
HTTP/1.1 407 Proxy Authentication Required | |
Server: squid/3.3.12 | |
Mime-Version: 1.0 | |
Date: Fri, 25 Sep 2015 04:09:18 GMT | |
Content-Type: text/html | |
Content-Length: 3834 | |
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0 | |
Vary: Accept-Language | |
Content-Language: en-gb | |
Proxy-Authenticate: Negotiate | |
Proxy-Authenticate: NTLM | |
Proxy-Authenticate: Basic realm="Local Proxy Server" | |
X-Cache: MISS from proxyserver | |
Via: 1.1 proxyserver (squid/3.3.12) | |
Connection: close | |
Proxy-Support: Session-Based-Authentication | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET http://fast.fonts.net/t/1.css HTTP/1.1 | |
Host: fast.fonts.net | |
Proxy-Connection: keep-alive | |
Proxy-Authorization: Negotiate long_ass_string_not_sure_if_private_info_so_removed | |
Accept: text/css,*/*;q=0.1 | |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 | |
DNT: 1 | |
Referer: http://edition.cnn.com/ | |
Accept-Encoding: gzip, deflate, sdch | |
Accept-Language: en-GB,en;q=0.8,en-AU;q=0.6,ceb;q=0.4 | |
HTTP/1.1 407 Proxy Authentication Required | |
Server: squid/3.3.12 | |
Mime-Version: 1.0 | |
Date: Fri, 25 Sep 2015 04:09:18 GMT | |
Content-Type: text/html | |
Content-Length: 3953 | |
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0 | |
Vary: Accept-Language | |
Content-Language: en-gb | |
Proxy-Authenticate: Negotiate long_ass_string_not_sure_if_private_info_so_removed | |
X-Cache: MISS from proxyserver | |
Via: 1.1 proxyserver (squid/3.3.12) | |
Connection: keep-alive | |
Proxy-Support: Session-Based-Authentication | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET http://fast.fonts.net/t/1.css HTTP/1.1 | |
Host: fast.fonts.net | |
Proxy-Connection: keep-alive | |
Proxy-Authorization: Negotiate long_ass_string_not_sure_if_private_info_so_removed | |
Accept: text/css,*/*;q=0.1 | |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 | |
DNT: 1 | |
Referer: http://edition.cnn.com/ | |
Accept-Encoding: gzip, deflate, sdch | |
Accept-Language: en-GB,en;q=0.8,en-AU;q=0.6,ceb;q=0.4 | |
HTTP/1.1 200 OK | |
Accept-Ranges: bytes | |
Access-Control-Allow-Origin: * | |
Cache-Control: max-age=0 | |
Content-Type: text/css | |
Date: Fri, 25 Sep 2015 04:09:18 GMT | |
ETag: "1685107488" | |
Expires: Fri, 25 Sep 2015 04:09:18 GMT | |
Last-Modified: Mon, 25 Jul 2011 12:46:22 GMT | |
Server: ECS (syd/B3DF) | |
X-Cache: HIT | |
Content-Length: 0 | |
Proxy-Authentication-Info: Negotiate = | |
X-Cache: MISS from proxyserver | |
Via: 1.1 proxyserver (squid/3.3.12) | |
Connection: keep-alive | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment