When I download this PDF ( https://goodsexnetwork.com/StressRelief/static/Web_Introduction.pdf), I get
Pragma: cache Cache-Control: private Is there an example of something else that is downloading with different headers? What is the code that is generating the download? Anthony On Tuesday, October 25, 2011 12:23:23 PM UTC-4, horridohobbyist wrote: > > I'm using standard coding. The only difference is that my website is > going through HTTPS. If it goes through HTTP, no problem. > > The app runs on web2py's internal server, but I use the following > Apache directives to get there: > > <VirtualHost 67.213.70.250:80> > RewriteRule ^/stressrelief/(.*)$ > https://goodsexnetwork.com/StressRelief/$1 > > <VirtualHost 67.213.70.250:443> > ProxyPass /StressRelief http://67.213.70.251/StressRelief/ > ProxyPassReverse /StressRelief http://67.213.70.251/StressRelief/ > > My website is: > > http://goodsexnetwork.com/stressrelief > > Richard > > On Oct 25, 9:50 am, Anthony <[email protected]> wrote: > > On Monday, October 24, 2011 11:27:24 PM UTC-4, horridohobbyist wrote: > > > > > Holy Crap! I found the header... > > > > > Key Value > > > Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre- > > > check=0 > > > > Can you show your code for how you are generating the download -- I don't > > > think response.download should be setting the headers that way? > > > > Anthony

