Can you provide an example execution where they are missing? The twurl console app has a trace mode that also provides the headers of the response. https://github.com/marcel/twurl
If you run a command like: twurl --trace /1/statuses/home_timeline.json?count=1 | grep x-ratelimit It will yield headers like these under normal operation: x-ratelimit-reset: 1299604011 x-ratelimit-limit: 350 x-ratelimit-class: api_identified x-ratelimit-remaining: 338 Taylor @episod <http://twitter.com/episod> - Taylor Singletary - Twitter Developer Advocate On Tue, Mar 8, 2011 at 7:25 AM, m36tb6ll <[email protected]> wrote: > > Hi -- I can't seem to see the X-Ratelimits in the headers after an > authenticated call. Was it removed? > > Thanks-- > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
