-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Do you have an example of using this with basic auth?
Without basicauth I get this to work, but if I add the following I get 500 internal server error.
@appversionpost method POST
upload @appversionpost {
dest_dir /public-files
max_form_buffer 1G
max_filesize 4G
}
# Protect the upload endpoint with an API key
basicauth @appversionpost {
# Password is bcrypt encoded
someusername $2a$12$....
}
Metadata
Metadata
Assignees
Labels
No labels