提交带有特殊字符的表单时出现403禁止错误

时间:2018-07-04 06:00:15

标签: php php-7.2

我正在尝试提交具有以下textarea内容的表单:

HTable table = new HTable(config, tableName);
SingleColumnValueFilter filter = new SingleColumnValueFilter(Bytes.toBytes("Employee_details"),
                                Bytes.toBytes("organizationid"), CompareFilter.CompareOp.EQUAL,
                                new BinaryComparator(Bytes.toBytes(String.valueOf(FilterValue))));

scan.setFilter(filter);
ResultScanner scanner = table.getScanner(scan);

但是它不接受,提交时会出现以下错误:

  

您无权访问此服务器上的/test.php。   此外,尝试使用scp -P 22 ~/.ssh/id_rsa.pub remote:.ssh/authorized_keys 处理请求时遇到403 Forbidden错误。

当我尝试任何普通文本时,它就会被接受!

这是我的代码:

ErrorDocument

注意:我正在<form action="" method="post"> <textarea name='test' rows="10" cols="100">scp -P 22 ~/.ssh/id_rsa.pub remote:.ssh/authorized_keys </textarea> <input type="submit" /> </form> 的转销商帐户上运行

0 个答案:

没有答案