aogg

Results 122 comments of aogg

response ``` HTTP/1.1 304 Not Modified Via: 1.1 tinyproxy (tinyproxy/1.11.1) Server: openresty/1.21.4.1 Date: Tue, 31 Oct 2023 02:26:25 GMT X-Powered-By: Express WWW-Authenticate: Basic realm="Restricted Area" Accept-Ranges: bytes Cache-Control: public, max-age=0...

request ``` GET /stdout?id=9tr9SYNA2V0CMVOB HTTP/1.1 Host: aa.sslip.io Authorization: Basic YaaaaDU2 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 Referer:...

you code ``` // basic auth var BASIC_AUTH_USER = process.env.BASIC_AUTH_USER; var BASIC_AUTH_PWD = process.env.BASIC_AUTH_PWD; if (BASIC_AUTH_USER && BASIC_AUTH_PWD) { app.use(function(req, res, next) { res.setHeader('WWW-Authenticate', 'Basic realm="Restricted Area"') next(); }); app.use(basicAuth({...

There is a function of automatically using http cache, which always triggers the download.

还有快捷命令分组功能,我有200+以上的命令可以写