snytkine / staying_alive

Chrome Extension to keep session alive with background requests
https://chrome.google.com/webstore/detail/staying-alive/lhobbakbeomfcgjallalccfhfcgleinm
59 stars 27 forks source link

Add option to send extra header/value with background requests #1

Closed snytkine closed 11 years ago

snytkine commented 11 years ago

Add option to define extra header with value to be sent in background requests. This will be useful to "let the server know" that this is a auto-background request.

In development environment it may be desirable to ignore these automatic background requests, for example not to write anything to logs for these requests.

snytkine commented 11 years ago

Done! Extra headers can be sent in background as well as in foreground reloads.