JMeter:报错(Content type 'text/plain;charset=UTF-8' not supported")2024-01-31 18:53:34在运行脚本的时候报错:(不支持JSON格式) 解决方式:使用正确的传输格式 1、配置HTTP信息头管理器,增加消息头 Content-Type:application/json;charset=UTF-8 2、使用消息提数据 上一篇:.Net Core 遇到 “'windows-1252' is not a supported encoding name.”下一篇:RequestsDependencyWarning: urllib3 (1.25.7) or chardet (2.2.1) doesn't match a supported versio