Skip to content

Instantly share code, notes, and snippets.

@sway
Created May 21, 2013 20:01
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 sway/5622749 to your computer and use it in GitHub Desktop.
Save sway/5622749 to your computer and use it in GitHub Desktop.
Flurry test request
honza@dalwhinnie ~ » curl -s -vvv -H "Accept-Encoding: gzip, deflate, compress" http://api.flurry.com/appCircle/v2/getRecommendations\?apiAccessCode\=ZVFRTPM9ZMPDZDXB5WVW\&ipAddress\=71.253.124.230\&apiKey\=FCXC5H6MWFGSBFHKVV9Q\&sha1Mac\=\&platform\=IPHONE\&iosUdid\=f8f9e23815bc3d3a836643bf9fbadf8feba9b665 > test.json
* About to connect() to api.flurry.com port 80 (#0)
* Trying 74.217.75.14...
* connected
* Connected to api.flurry.com (74.217.75.14) port 80 (#0)
> GET /appCircle/v2/getRecommendations?apiAccessCode=ZVFRTPM9ZMPDZDXB5WVW&ipAddress=71.253.124.230&apiKey=FCXC5H6MWFGSBFHKVV9Q&sha1Mac=&platform=IPHONE&iosUdid=f8f9e23815bc3d3a836643bf9fbadf8feba9b665 HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
> Host: api.flurry.com
> Accept: */*
> Accept-Encoding: gzip, deflate, compress
>
< HTTP/1.1 200 OK
< Server: nginx
< Date: Tue, 21 May 2013 19:59:40 GMT
< Content-Type: application/json
< Transfer-Encoding: chunked
< Connection: keep-alive
< Keep-Alive: timeout=10
< Access-Control-Allow-Origin: *
<
{ [data not shown]
* Connection #0 to host api.flurry.com left intact
* Closing connection #0
honza@dalwhinnie ~ » ll -h test.json
-rw-r--r-- 1 honza honza 15K May 21 21:58 test.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment