We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df9856 + 929a556 commit 1968dcbCopy full SHA for 1968dcb
content/guides/getting-started.md
@@ -493,10 +493,10 @@ The [ETag][etag] is a fingerprint of the response. If we pass that on subsequent
493
we can tell the API to give us the resource again, only if it has changed:
494
495
<pre class="terminal">
496
-$ curl -i -H 'If-None-Match: "644b5b0155e6404a9cc4bd9d8b1ae730"' \
+$ curl -i -H 'If-None-Match: "bfd85cbf23ac0b0c8a29bee02e7117c6"' \
497
https://api.github.com/users/defunkt
498
499
-HTTP/1.1 304 OK
+HTTP/1.1 304 Not modified
500
</pre>
501
502
The `304` status indicates that the resource hasn't changed since the last time
0 commit comments