File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -334,10 +334,15 @@ higher rate limit for your OAuth application.
334
334
335
335
## User Agent Required
336
336
337
- All API requests MUST include a valid User Agent string. Requests with no User Agent
338
- string will be rejected. If you are hitting the API without authentication, we ask that
339
- you add some kind of identification to the UA header value. This is so we can contact
340
- you if there are problems.
337
+ All API requests MUST include a valid ` User-Agent ` header. Requests with no ` User-Agent `
338
+ header will be rejected. We request that you use your GitHub username, or the name of your
339
+ application, for the ` User-Agent ` header value. This allows us to contact you if there are problems.
340
+
341
+ Here's an example:
342
+
343
+ <pre class =" terminal " >
344
+ User-Agent: Awesome-Octocat-App
345
+ </pre >
341
346
342
347
## Conditional requests
343
348
You can’t perform that action at this time.
0 commit comments