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

WBOY
Freigeben: 2016-06-06 20:10:53
Original
2666 Leute haben es durchsucht

我做一个生成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>
Nach dem Login kopieren
Nach dem Login kopieren

回复内容:

我做一个生成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>
Nach dem Login kopieren
Nach dem Login kopieren

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

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage