Search results

  1. J

    Checking headers

    Is there a way to check what headers come into the web-server on a request? I have my log level set to debug but don't see this information. I am using rails, am having some trouble and want to make sure that my intended header settings are definitely getting to the web server. (i.e. not...
  2. J

    Naming file downloads (Content-Disposition??)

    Greetings... I am attempting to name a file that is to be downloaded from my webserver but the downloaded file name always ends up being the name of the page "downloads" that called the action. I have researched how this is done on most webservers and found that the Content-Disposition header...
  3. J

    Internal Redirect w/ Rails

    I am trying to serve some files in the most secure fashion using Litespeed's INternal Redirect that I read about here: http://litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect When from my controller I send: headers['Location'] = "/path/to/file" It...
Top