Oh, sorry. The downloads I'm referring to are from purchased products. Try this...
Login as "[email protected]", password "Ranger", and download the file from "Order History". Thanks, Richard On Oct 25, 12:39 pm, Anthony <[email protected]> wrote: > 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 /StressReliefhttp://67.213.70.251/StressRelief/ > > ProxyPassReverse /StressReliefhttp://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

