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
POST /login HTTP/1.1 Content-Type: application/x-www-form-urlencoded User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 ChromePlus/4.0.222.3 Chrome/4.0.222.3 Safari/525.28.3 Accept: text/html Accept-Encoding: gzip, deflate, br Accept-Language: zh-CN,zh;q=0.9 Connection: close Cookie: rememberMe=yes Content-Type: application/json Host: test.com Content-Length: 186
{"body":""}
在工具中设置 Content-Type: application/json 后发出的请求如上,出现两个Content-Type,且json格式的设置不生效;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
POST /login HTTP/1.1
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 ChromePlus/4.0.222.3 Chrome/4.0.222.3 Safari/525.28.3
Accept: text/html
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9
Connection: close
Cookie: rememberMe=yes
Content-Type: application/json
Host: test.com
Content-Length: 186
{"body":""}
在工具中设置 Content-Type: application/json 后发出的请求如上,出现两个Content-Type,且json格式的设置不生效;
The text was updated successfully, but these errors were encountered: