javascript - 浏览器请求服务器遇到412报错,咋回事?

WBOY
发布: 2016-06-06 20:10:53
原创
2666 人浏览过

我做一个生成html页面的功能,在浏览器准备好需要生成页面的html代码,以post方式,html代码作为参数传给生成页面功能的php文件,php拿这些html代码进行写文件操作并且返回该文件路径,浏览器收到路径跳转到生成后的页面。

我在本地服务器很正常没有报错,在外网服务器却报了412错误,报错内容如下:

<code>412 Error

Your request got filtered out due to possible security issues.

One or more things in your request were suspicious (defective request header, invalid cookies, bad parameters)

If you think you did nothing wrong:

try again with a different browser
avoid any evil characters inside the request url
If you are the owner of the website, you can consider revising the rules of the mod_security module or turning it off from your Web Hosting Control Panel.
</code>
登录后复制
登录后复制

回复内容:

我做一个生成html页面的功能,在浏览器准备好需要生成页面的html代码,以post方式,html代码作为参数传给生成页面功能的php文件,php拿这些html代码进行写文件操作并且返回该文件路径,浏览器收到路径跳转到生成后的页面。

我在本地服务器很正常没有报错,在外网服务器却报了412错误,报错内容如下:

<code>412 Error

Your request got filtered out due to possible security issues.

One or more things in your request were suspicious (defective request header, invalid cookies, bad parameters)

If you think you did nothing wrong:

try again with a different browser
avoid any evil characters inside the request url
If you are the owner of the website, you can consider revising the rules of the mod_security module or turning it off from your Web Hosting Control Panel.
</code>
登录后复制
登录后复制

mod_security 服务器这个模块,阻止了这次请求,因为可能会有安全漏洞,例如xss。

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板