You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
curl POST 'http://xxx/user/queryList'
-- header 'Content-Type: application/json'
-- header 'Content-Type: application/json; charset=UTF-8'
-- header ’Host:test.com.cn'
-- data-row '{
"usrId": "1000001"
}'
执行上面请求当http头被重复设置时(实际场景下由于请求链路长,可能会在某个链路环节重复设置了),在ingress controller下是正常的,迁移到Higress下会则报415(Invalid mime type...),请问Higress怎么能解决这个问题呢?
Beta Was this translation helpful? Give feedback.
All reactions