Closed armudgal closed 6 years ago
Browser: Firefox Quantum 58.0
The upload will fail and will be displayed as Upload Failed in a danger-class https://github.com/mitmproxy/share.mitmproxy.org/blob/f385b5c2efd4fcd3859870b1357cfdecf3a45290/upload/upload-form/upload.js#L17-L20
Upload Failed
danger-class
I think the error is being caused by share.mitmproxy.org being on HTTPS whereas http://upload.share.mitmproxy.org.s3.amazonaws.com/ being on HTTP .
share.mitmproxy.org
http://upload.share.mitmproxy.org.s3.amazonaws.com/
Fixed, thanks.
STEPS TO REPRODUCE
Browser: Firefox Quantum 58.0
The upload will fail and will be displayed as
Upload Failed
in adanger-class
https://github.com/mitmproxy/share.mitmproxy.org/blob/f385b5c2efd4fcd3859870b1357cfdecf3a45290/upload/upload-form/upload.js#L17-L20I think the error is being caused by
share.mitmproxy.org
being on HTTPS whereashttp://upload.share.mitmproxy.org.s3.amazonaws.com/
being on HTTP .