szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.
https://microbin.eu
BSD 3-Clause "New" or "Revised" License
2.71k stars 172 forks source link

Fix #235 #283

Open szabodanika opened 2 weeks ago

szabodanika commented 2 weeks ago

By sending the upload URL back to the browser with a custom header name rather than the standard Location, the browser doesn't get "redirected twice", hence only one GET request made and fixing #235

szabodanika commented 2 weeks ago

Also added one extra read to all the other burn options as well, not just the 1 read option.