Skip to content

Instantly share code, notes, and snippets.

@goodside
Created January 9, 2013 20:15
Jumptap curl output
$ curl -v "http://a.jumptap.com/a/ads?l=en&pub=INVALID&site=pa_okcupid2_okcupid_mob_web&spot=pa_okcupid2_okcupid_mob_web_adspot&v=v30"
* About to connect() to a.jumptap.com port 80 (#0)
* Trying 209.94.144.164... connected
* Connected to a.jumptap.com (209.94.144.164) port 80 (#0)
> GET /a/ads?l=en&pub=INVALID&site=pa_okcupid2_okcupid_mob_web&spot=pa_okcupid2_okcupid_mob_web_adspot&v=v30 HTTP/1.1
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: a.jumptap.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Wed, 09 Jan 2013 20:14:13 GMT
< Content-Language: en-US
< XJT-ResponseId: 1148562815031887145
< XJT-ResponseType: UNQUALIFIED_PARAMETER
< Access-Control-Allow-Origin: *
< Content-Type: text/html;charset=UTF-8
< Content-Length: 0
<
* Connection #0 to host a.jumptap.com left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment