Created
November 26, 2014 15:23
-
-
Save paulrobinson/0e41daf48469bd61a1c7 to your computer and use it in GitHub Desktop.
403 forbidden response
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
I, [2014-11-26T23:00:34.298265 #11838] INFO -- : get https://api.github.com/repos/kpeeples/jboss-fuse-websockets-demo/readme | |
D, [2014-11-26T23:00:34.298383 #11838] DEBUG -- request: User-Agent: "Faraday v0.9.0" | |
I, [2014-11-26T23:00:34.298581 #11838] INFO -- : get http://10.69.5.92:8080/rest/jbossdeveloper/staging_8c9c514036090d19910341981a8d9b11f0c6019f | |
D, [2014-11-26T23:00:34.298683 #11838] DEBUG -- request: User-Agent: "Faraday v0.9.0" | |
Authorization: "Basic amJvc3NkZXZlbG9wZXI6NVJ4ZjF2NlE1aXo2WEVSIQ==" | |
I, [2014-11-26T23:00:34.300509 #11838] INFO -- Status: 404 | |
D, [2014-11-26T23:00:34.300635 #11838] DEBUG -- response: server: "Apache-Coyote/1.1" | |
pragma: "No-cache" | |
cache-control: "no-cache" | |
expires: "Thu, 01 Jan 1970 07:30:00 SGT" | |
content-type: "text/html;charset=utf-8" | |
content-length: "1060" | |
date: "Wed, 26 Nov 2014 14:59:21 GMT" | |
connection: "close" | |
I, [2014-11-26T23:00:35.496527 #11838] INFO -- Status: 403 | |
D, [2014-11-26T23:00:35.496693 #11838] DEBUG -- response: server: "GitHub.com" | |
date: "Wed, 26 Nov 2014 15:00:35 GMT" | |
content-type: "application/json; charset=utf-8" | |
transfer-encoding: "chunked" | |
connection: "close" | |
status: "403 Forbidden" | |
x-ratelimit-limit: "60" | |
x-ratelimit-remaining: "0" | |
x-ratelimit-reset: "1417015054" | |
x-github-media-type: "github.v3" | |
x-xss-protection: "1; mode=block" | |
x-frame-options: "deny" | |
content-security-policy: "default-src 'none'" | |
access-control-allow-credentials: "true" | |
access-control-expose-headers: "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval" | |
access-control-allow-origin: "*" | |
x-github-request-id: "D184BCFE:1D46:1C55A1A:5475EB12" | |
strict-transport-security: "max-age=31536000; includeSubdomains; preload" | |
x-content-type-options: "nosniff" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment