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
浏览器地址栏请求 http://127.0.0.1:9501/index?q2-303030003300-q.904+11.1b 服务器打印 当前的请求的 query_string 为,正常的,地址没有变化 使用saber请求,会变成 q2-303030003300-q_904_11_1b=
The text was updated successfully, but these errors were encountered:
这里处理的时候转换了
https://github.com/swlib/http/blob/v1.x/src/Request.php#L38-L52
var_dump($request->server['query_string'], $request->get);
// saber string(28) "q2-303030003300-q_904_11_1b=" array(1) { ["q2-303030003300-q_904_11_1b"]=> string(0) "" } // 浏览器 string(27) "q2-303030003300-q.904+11.1b" array(1) { ["q2-303030003300-q_904_11_1b"]=> string(0) "" }
Sorry, something went wrong.
Fix getRequestTarget error
955ba2e
close swlib/saber#129
Successfully merging a pull request may close this issue.
浏览器地址栏请求
http://127.0.0.1:9501/index?q2-303030003300-q.904+11.1b
服务器打印
当前的请求的 query_string 为,正常的,地址没有变化
使用saber请求,会变成 q2-303030003300-q_904_11_1b=
The text was updated successfully, but these errors were encountered: