Skip to content

Instantly share code, notes, and snippets.

@araddon
Created May 17, 2013 18:39
Show Gist options
  • Select an option

  • Save araddon/5601072 to your computer and use it in GitHub Desktop.

Select an option

Save araddon/5601072 to your computer and use it in GitHub Desktop.
debug of test post
$ echo '{"name":"hello"}' | http -v https://c.lytics.io/c/DELETEME/redeems
POST /c/DELETEME/redeems HTTP/1.1
Accept: application/json
Accept-Encoding: gzip, deflate, compress
Content-Length: 17
Content-Type: application/json; charset=utf-8
Host: c.lytics.io
User-Agent: HTTPie/0.5.0
{
"name": "hello"
}
HTTP/1.1 200 OK
CF-RAY: 7026db7e53a0168
Connection: keep-alive
Content-Length: 0
Content-Type: text/plain
Date: Fri, 17 May 2013 18:39:07 GMT
Server: cloudflare-nginx
Set-Cookie: __cfduid=debf0e96ce638348ddf5da5365019c65a1368815947510; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.lytics.io
Set-Cookie: __cfduid=da24c3a3725178abee02b154b803db7e81368815947; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.lytics.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment