Skip to content

Instantly share code, notes, and snippets.

@alwold
Last active August 29, 2015 13:57
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 alwold/9837534 to your computer and use it in GitHub Desktop.
Save alwold/9837534 to your computer and use it in GitHub Desktop.
GET /mobile/api/v1/menu.json HTTP/1.1
User-Agent: asu-mobile/1.0
Host: www.asu.edu
Accept: application/json
If-Modified-Since: Fri, 28 Mar 2014 16:51:43 GMT
HTTP/1.1 304 Not Modified
Date: Fri, 28 Mar 2014 16:54:25 GMT
@alwold
Copy link
Author

alwold commented Mar 28, 2014

This shows the app requesting the menu json file, requesting any updates since 28 Mar 2014, 16:51:43 GMT. The server responds with 304 Not Modified, since there have been no updates since the requested time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment