51Testing软件测试论坛
标题:
web_submit_data和web_submit_data的使用样例
[打印本页]
作者:
fusm1008
时间:
2017-4-28 10:50
标题:
web_submit_data和web_submit_data的使用样例
web_submit_data("main1.fbi",
"Action=http://alpha.molitong.cn/android/service/main.fbi?",
//请求的地址
"Method=POST",
"RecContentType=text/html",
"Referer=",
"Snapshot=t7.inf",
"Mode=HTML",
ITEMDATA,
//发送的参数
"Name=auth", "Value={\"client\":\"MLT_TMS\"}", ENDITEM,
"Name=ctrl", "Value={\"cmd\":\"login\"}", ENDITEM,
"Name=info", "Value=String3", ENDITEM,
LAST);
web_custom_request("main.fbi",
"URL=http://alpha.molitong.cn/android/service/main.fbi?",
"Method=POST",
"RecContentType=application/x-www-form-urlencoded",
//"Referer=",
"ContentEncoding=gzip",
//可以将发送内容压缩
"Mode=HTTP",
"EncType=application/x-www-form-urlencoded;charset=UTF8",
//可以设定字符集
"Body=auth={\"client\":\"MLT_TMS\"}&&ctrl={\"cmd\":\"login\"}&&info=String3",
//发送的参数
LAST);
两者功能相同,主要是参数的写法不同。
web_custom_request还可以对发送的内容进行压缩
,不知道web_submit_data有没有这个功能。
作者:
jingzizx
时间:
2017-4-28 13:10
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2