Created
September 12, 2013 10:29
-
-
Save wodim/6535514 to your computer and use it in GitHub Desktop.
twicca https response
This file contains 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
HTTP/1.1 402 Payment Required | |
Date: Thu, 12 Sep 2013 10:19:45 GMT | |
Server: Apache/1.3.42 (Unix) mod_ssl/2.8.31 OpenSSL/0.9.8e | |
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | |
Expires: Thu, 19 Nov 1981 08:52:00 GMT | |
Pragma: no-cache | |
Set-Cookie: PHPSESSID=[REDACTED]; path=/ | |
Content-Type: application/json | |
X-Cache: MISS from secure1141.sakura.ne.jp | |
Keep-Alive: timeout=5, max=10 | |
Connection: Keep-Alive | |
Content-Length: 47 | |
{"error":{"code":402,"message":"No resources"}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment