-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This was one of my goals in the filesystem redesign that I completely missed. I think that the ability to use wget or curl instead of relying on the browser to download would be extremely useful for testing. Unfortunately, I have it set up so that if you do not have a login session (as you wouldn't in wget/curl), a 404 error is returned.
I think that serving the input files directly through nginx is the only real solution. We can either make the URI something like /input/dpatti_foobaz.in or if you believe that isn't secure enough, we can do /input/<user hash>_foobaz.in.