We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
生产环境跑php7.0.7接近半年时间,最近突然报出错误,通过模拟请求,并用tcpdump抓包,发现php响应体中,有一定概率带post请求参数。
脚本tt.php <?php echo 'hhhhhhhhh'.PHP_EOL; 命令行: curl -d "a=b&c=d" http://www.phptest.test/tt.php hhhhhhhhh curl -d "a=b&c=d" http://www.phptest.test/tt.php hhhhhhhhh curl -d "a=b&c=d" http://www.phptest.test/tt.php a=b&c=dhhhhhhhhh curl -d "a=b&c=d" http://www.phptest.test/tt.php hhhhhhhhh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
生产环境跑php7.0.7接近半年时间,最近突然报出错误,通过模拟请求,并用tcpdump抓包,发现php响应体中,有一定概率带post请求参数。
The text was updated successfully, but these errors were encountered: