透传将Get默认请求头传递到远程服务的Post请求头,导致解析失败 <img width="717" alt="Image" src="https://github.com/user-attachments/assets/5cb6a056-12a5-4f7f-982a-fceeb6d2c905" /> 是否考虑默认忽略掉Content-Type的传递 ``` org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/x-www-form-urlencoded;charset=UTF-8' is not supported ```
透传将Get默认请求头传递到远程服务的Post请求头,导致解析失败
是否考虑默认忽略掉Content-Type的传递