Setting an HTTP response headerUse the # Mask the 'Server' response header http.setResponseHeader( "Server", "Unknown web server" ); # Work round browser/proxy bugs and prevent caching http.setResponseHeader( "Pragma", "no-cache" ); http.setResponseHeader( "Cache-Control", "no-cache" ); http.setResponseHeader( "Expires", "0" );
You can also delete a response header with the
Owen Garrett
[Zeus Dev Team] 01 July 2005
|
Recent Articles
Other Resources
|


