postman127.0.0.1Invalid Host
时间: 2023-08-08 08:10:58 浏览: 155
postman 离线登录版
根据引用\[1\]和引用\[2\]的内容,出现"postman127.0.0.1Invalid Host"错误可能是由于以下原因导致的:首先,需要检查接口请求的URL是否正确,是否使用了正确的协议(http或https)。其次,需要确保在Postman中的设置中关闭了SSL证书验证。这可以通过在Postman的设置中找到并关闭SSL验证来解决。另外,还需要确保在项目中正确配置了SSL证书,以便与请求的主机名/IP匹配。
另外,根据引用\[3\]的内容,如果在使用Postman进行批量上传文件时出现"Current request is not a multipart request"的500错误,这可能是因为当前请求不是多部分请求导致的。在这种情况下,需要检查请求的内容是否符合多部分请求的格式要求,确保正确设置了请求头和请求体。
综上所述,要解决"postman127.0.0.1Invalid Host"错误,需要检查接口请求的URL、关闭SSL证书验证以及确保请求内容符合多部分请求的格式要求。
#### 引用[.reference_title]
- *1* *2* [postman 请求接口返回 Bad Request This combination of host and port requires TLS.](https://blog.csdn.net/wuyuanshun/article/details/125328574)[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^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [postman错误提示“Current request is not a multipart request”](https://blog.csdn.net/xiaoheihai666/article/details/127751018)[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^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文