标签: html http-headers content-disposition checkmarx
使用网络应用程序。
运行Checkmarx扫描,返回“客户端反映的文件下载”问题。
修复建议设置Content Disposition标头,例如:
response.setHeader("Content-Disposition", "inline; filename=close.html")
该在哪里设置?