== Marisa HTTP-based temporary file upload system. == Server details * Host: [https://u.chaotic.ninja u.chaotic.ninja] * Authentication method: [https://en.wikipedia.org/wiki/Basic_access_authentication HTTP Basic Authentication] * File size limit: 500MiB * Expiry: 7 days (1 week) * Upload methods: {{{ PUT }}}, {{{ POST }}} == Usage === [https://curl.haxx.se curl(1)] ==== PUT {{{ curl --basic --user : --upload-file https://u.chaotic.ninja }}} ==== POST {{{ curl --basic --user : -F file=@ https://u.chaotic.ninja }}}