解决:您当前的访问请求当中含有非法字符

 时间:2026-04-23 09:53:49

1、查找代码:

private function _xss_check() {

                static $check = array('"', '>', '<', '\'', '(', ')', 'CONTENT-TRANSFER-ENCODING');

                if(isset($_GET['formhash']) && $_GET['formhash'] !== formhash()) {

                        system_error('request_tainting');

                }

                if($_SERVER['REQUEST_METHOD'] == 'GET' ) {

                        $temp = $_SERVER['REQUEST_URI'];

                } elseif(empty ($_GET['formhash'])) {

                        $temp = $_SERVER['REQUEST_URI'].file_get_contents('php://input');

                } else {

                        $temp = '';

                }

                if(!empty($temp)) {

                        $temp = strtoupper(urldecode(urldecode($temp)));

                        foreach ($check as $str) {

                                if(strpos($temp, $str) !== false) {

                                        system_error('request_tainting');

                                }

                        }

                }

                return true;

        }

2、替换为:

 private function _xss_check() {

                $temp = strtoupper(urldecode(urldecode($_SERVER['REQUEST_URI'])));

                if(strpos($temp, '<') !== false || strpos($temp, '"') !== false || strpos($temp, 'CONTENT-TRANSFER-ENCODING') !== false) {

                        system_error('request_tainting');

                }

                return true;

        }

3、保存后,在论坛后台更新缓存

  • 将数字代码转化为字符的CHAR函数
  • C#如何锁定控件
  • MATLAB写数据到一个表格多个单元薄和添加变量名
  • txt文本文档怎么改格式
  • Excel中RAND函数的使用方法
  • 热门搜索
    沙漠风暴是什么意思 psu是什么意思 抗体是什么 论语是一部什么著作 汽车cvt是什么意思 鹅蛋脸适合什么眼镜 洁癖是什么意思 手掌发黄是什么原因 corner是什么意思 paypal是什么