Created
April 2, 2009 16:53
-
-
Save bradwright/89282 to your computer and use it in GitHub Desktop.
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
$ telnet twitter.com 80 | |
Trying 128.121.146.100... | |
Connected to twitter.com. | |
Escape character is '^]'. | |
GET /statuses/friends.xml HTTP/1.0 | |
Authorization: Basic REDACTED | |
User-Agent: Blah | |
# response works and is returned here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment