标签:复制 证书 tip client 图片 请求 请求过程 作者 实战
请求参数信息:
请求头信息:
实战操作示意图:
总结:
1、在http请求过程中上传附件(Excel文件、图片、安装包、视频文件等)虽然基本上Content-Type为:multipart/form-data,但Content-Type也有不一样的,一般情况下Excel文件的Content-Type为:application/vnd.openxmlformats-officedocunment,spreadsheetml.sheet;图片Content-Type为: image/jpeg,app包Content-Type为:application/octet-stream。最终填写的值要以抓包中的入参信息为准。
2、Request Headers中的Content-Type在此HTTP请求中不放在Parameters中维护,因为它是动态的信息。
HttpClient4.1:使用Apache HttpClient 4.1部件
空白:使用HTTP默认请求中的配置或jmeter.properties中jmeter.httpsample中的配置
标签:复制 证书 tip client 图片 请求 请求过程 作者 实战
原文地址:https://www.cnblogs.com/deeptester-vv/p/13273647.html