We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962ea1a commit 87bcf92Copy full SHA for 87bcf92
1 file changed
content/v3.md
@@ -386,6 +386,15 @@ Here's an example:
386
User-Agent: Awesome-Octocat-App
387
</pre>
388
389
+The error without an user agent looks like this:
390
+
391
+<pre class="terminal">
392
+Status: 403 Forbidden
393
+Request forbidden by administrative rules.
394
+Please make sure your request has a User-Agent header.
395
+Check https://developer.github.com for other possible causes.
396
+</pre>
397
398
## Conditional requests
399
400
Most responses return an `ETag` header. Many responses also return a `Last-Modified` header. You can use the values
0 commit comments