get charset info from HTML file, argument must be a string. ##sample (nginx configure) body_filter_by_lua_block { if not ngx.ctx.first then ngx.ctx.first = 1 else return end local cs = require ...
const Koa = require('koa'); const charset = require('koa-charset'); const app = new Koa(); app.use(charset()); app.use(function (ctx) { ctx.body = '你好'; ctx.type ...
Based on this small portion of the HTTP response, you can assume that this web application is likely prone to an XSS vulnerability. HTTP/1.1 200 OK Server: Some Server Content-Type: text/html; ...
Based on this small portion of the HTTP response, you can assume that this web application is likely prone to an XSS vulnerability. This blog post's content was also presented at the TROOPERS24 ...