Send informational headers on every response
See original GitHub issueWould be nice to send the X-Rate-Limit-Limit
, X-Rate-Limit-Remaining
, X-Rate-Limit-Reset
headers back on each response so users of the api can deal with it on their side before it becomes a problem.
Like https://dev.twitter.com/rest/public/rate-limiting
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Sending a HTTP request that tells server to return only ...
If the server supports it, there is the HEAD action (as opposed to GET or POST). That tells the server to only send...
Read more >HTTP Response Headers
Server responses usually contain headers and body. The headers allow server to pass some additional information in the response. There are a lot ......
Read more >HTTP headers - MDN Web Docs - Mozilla
Response headers hold additional information about the response, like its location or about the server providing it. Representation headers contain information ...
Read more >Understanding response headers policies
You can use a response headers policy to specify the HTTP headers that Amazon CloudFront removes or adds in responses that it sends...
Read more >How to modify Headers in HTTP(s) Requests & Responses ...
One powerful technique to achieve this is by modifying headers in HTTPS requests and responses. HTTP(s) Headers are key-value pairs that the client...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been implemented in the ASP.NET Core version.
I added a custom solution under #126 for the non-core version of this