Skip to content

Instantly share code, notes, and snippets.

@himynameisjonas
Created June 1, 2011 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himynameisjonas/1001931 to your computer and use it in GitHub Desktop.
Save himynameisjonas/1001931 to your computer and use it in GitHub Desktop.
HTTP Client bug
# Response body from curl
{"hit":{"author_id":40,"date":"2011-05-31T15:06:47Z","extract":"<a href=\"http://twitter.com/DanWarp\">@DanWarp</a> I&apos;m so excited!!!!! It&apos;s going to be <b>awesome</b>(;","profile_id":1,"source_name":null,"starred":false,"title":"@DanWarp I'm so excited!!!!! It's going to be awesome(;","url":"http://twitter.com/SparksFlyyXx/statuses/75578980698304512","uri":"/accounts/1/profiles/1/hits/32825","hit_type":"tweet"}}
# Response body in HTTP Client
<"hit":{"author_id":40,"date":"2011-05-31T15:06:47Z","extract":"<a href=\"http://twitter.com/DanWarp\">@DanWarp</a> I&apos;m so excited!!!!! It&apos;s going to be <b>awesome</b>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment