The POST HTTP/1.1
http://www.xxxxxx.com/3/cgi/send_codeThe content-type: application/x - WWW - form - urlencoded; Charset=utf-8
The Content - Length: 25
Appid: 198300818
Sid: 8217 af346f46a7c3c8baff606182d7d6
Sig: ZlrFC7w1pRNgEqzHTtPEWwbuWLg
20190308145740 b39a96903f9434fec35371d467fa2d2401963422b7fbd9c0 Smdevicefp:
The user-agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; HUAWEI RIO - AL00 Build/HuaweiRIO - AL00)
Host: www.xxxx.com
Connection: Keep Alive -
The Accept - Encoding: gzip
Type=1 & amp; Name=8613286888199
Tip: {" MSG ", "parameter error", "ret" : 65532}
Idhttp1. Request. ContentType:='application/x - WWW - form - urlencoded; Charset=utf-8 ';
RStream:=TStringStream. Create (' type=1 & amp; Name=8613286888199 ');
Edit1. Text:=IdHTTP1. Post (' http://www.xxxxx.com/3/cgi/send_code ', RStream);
CodePudding user response:
Type=1 & amp; Name=8613286888199
Are you sure this is submitted by post instead of get?
CodePudding user response: