x-sendfile

Django – Understanding X-Sendfile

Django – Understanding X-Sendfile Question: I’ve been doing some research regarding file downloads with access control, using Django. My goal is to completely block access to a file, except when accessed by a specific user. I’ve read that when using Django, X-Sendfile is one of the methods of choice for achieving this (based on other …

Total answers: 1