Clemens Wolff
Clemens Wolff
My use-case is that I'd like to have links to pages like `/some/page?utm_source=value` but whitenoise will currently redirect this to `/some/page/` which means that client-side code loses access to the...
Yes, essentially that's right. The example I used is for tracking conversion rates from Facebook ads. But the use case is actually still broader. Concretely, I'm using whitenoise to serve...
@Archmonger Done, see https://github.com/Archmonger/ServeStatic/pull/48