|
录制一条新增记录的脚本,该记录是带有照片时,提交的数据全部被二进制加密,导致无法进行参数化。
请教如何对表单中的数据进行参数化?
或者实现不对照片以外的数据加密?
语句的部分脚本如下:
----------------------------------------------------
web_custom_request("populate.do_3",
"URL=http://192.168.1.15:6888/populate.do?method=savePopulate",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.1.15:6888/populate.do?......,
"Snapshot=t11.inf",
"Mode=HTML",
"EncType=multipart/form-data; boundary=---------------------------7d92af30110456",
"BodyBinary=......",
-------------------------------------------------------------------------------------- |
|