Error 403 on form submit

前端 未结 7 2188
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-06 19:57

I\'ve got a problem with a form in the administration area of my website. I use it for changing the displayed HTML text, it is written in PHP and connects to a MySQL databas

相关标签:
7条回答
  • 2020-12-06 20:31

    Just adding to this to say that I also had this problem and it turned out to be a mod_security rule that false-positived, that caused the problem. The host of the site was able to whitelist the domain against the particular rule. The rule was apparently 211580 - "COMODO WAF: SQL Injection Attack".

    0 讨论(0)
提交回复
热议问题