Skip to content

Files served through /user require a session #27

@dpatti

Description

@dpatti

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions