jmeter {"code":500,"msg":"Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported","data":null}
时间: 2023-08-18 09:06:37 浏览: 491
ServerAgent-2.2.1.rar
根据提供的引用内容,可以看出这是一个关于小程序请求方式的代码示例。在这个示例中,使用了wx.request方法发送了一个POST请求,请求的URL是'http://localhost:8081/wx/hd/list',请求的数据是一个JSON对象,包含了"sbr"和"fcqk"两个字段的值。请求头中设置了'content-type'为'application/json'。请求成功后,会在控制台打印出返回的结果。\[1\]
另外,还提供了一个测试脚本的代码示例,使用了yaml库读取一个yaml文件,并将其内容打印出来。\[2\]
最后,还提供了一个获取Locust统计数据的代码示例,使用了requests库发送了一个GET请求,请求的URL是'http://localhost:8089/stats/requests',并将返回的结果以JSON格式打印出来。\[3\]
根据你提供的问题,看起来是使用jmeter进行测试时遇到了一个错误,错误信息是"Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported"。这个错误提示是因为请求的Content-Type类型不被支持。你可以尝试修改请求的Content-Type为'application/json',或者根据具体需求选择合适的Content-Type类型。
#### 引用[.reference_title]
- *1* [微信小程序使用POST请求后台数据失败,报错为Content type ‘application/x-www-form-urlencoded;...](https://blog.csdn.net/qq_52487066/article/details/128859748)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* *3* [Python 接口并发测试详解](https://blog.csdn.net/qq_35029061/article/details/127432076)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文