1
µTasker general / Feature suggestion: HTTP Response Header
« on: January 29, 2008, 12:20:13 PM »
Hi Mark,
Just want to suggest a future feature, HTTP Response Headers.
I think it could be nice in many situations to easily add HTTP Response Headers to files being transmitted from the web-server. For instance to instruct the client about cache control as some clients will cache pages depdending on settings and display outdated files. Or for instance to raise the "save file as" dialog for given files instead of displaying the file inside the browser or depend on the browser to interpret files correctly. Maybe implemented as a global default header with possibility for overriding for given files or criterias.
I've implemented what I need for my project in this regard though, but might be useful I think for more people in a general way.(?)
Just want to suggest a future feature, HTTP Response Headers.
I think it could be nice in many situations to easily add HTTP Response Headers to files being transmitted from the web-server. For instance to instruct the client about cache control as some clients will cache pages depdending on settings and display outdated files. Or for instance to raise the "save file as" dialog for given files instead of displaying the file inside the browser or depend on the browser to interpret files correctly. Maybe implemented as a global default header with possibility for overriding for given files or criterias.
I've implemented what I need for my project in this regard though, but might be useful I think for more people in a general way.(?)