Jaycean opened a new pull request #1619:
URL: https://github.com/apache/apisix-dashboard/pull/1619


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [x] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   
   - Related issues
   
   ___
   ### Bugfix
   - Description
   There is a bug in the use process. The user writes the `Content-type` to the 
`header-params` to forward the content type of the URL. The old logic uses the 
`req.Header.Add` method to generate multiple `Content-type` values, which leads 
to the failure of the forwarding request.
   
   - How to fix?
   use `req.Header.Set` To override the ·Content-type· and ensure that the 
value is unique。
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to