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
Please answer these questions before submitting your issue.
Why do you submit this issue?
Question or discussion
Bug
Requirements
Feature or performance improvement
Other
Question
What do you want to know? proxy-rewrite plugin header configuration is not working,capturing packets by tcpdump reveals that the http request does not carry header information.
Bug
Which version of Apache APISIX Dashboard, OS, and Browser?
$ pwd
/usr/local/src/apisix
$ git branch -v
* master c1ac7d6 docs: add a English link of node-status.md (#2753)
$ pwd
/usr/local/src/apisix-dashboard
$ git branch -v
* v2.0 59515b5 feat: skip puppeteer chromium download when build (#808)
What happened?
Client 192.168.199.213 Curl 7.55.1
apisix and apisix-dashboard 192.168.199.118
Thanks for your feedback, the same reason as #793, there are some transform errors in fe plugin component, and after the errors fixed, @api7-dashboard/plugin will be upgraded to 1.0.14+ .
Thanks for your feedback, the same reason as #793, there are some transform errors in fe plugin component, and after the errors fixed, @api7-dashboard/plugin will be upgraded to 1.0.14+ .
Please answer these questions before submitting your issue.
Question
proxy-rewrite
plugin header configuration is not working,capturing packets by tcpdump reveals that the http request does not carry header information.Bug
Client 192.168.199.213 Curl 7.55.1
apisix and apisix-dashboard 192.168.199.118
Use API Method
Request with curl on the client and run tcpdump on the machine where APISIX is located. Follow TCP Stream result:
Custom Header information is carried in the API method.
Use Dashboard
After I configured it, I observed the network request and here is the configuration returned:
Also run tcpdump on the machine where APISIX is located.Follow TCP Stream result:
After comparison, it can be seen that Header information is not carried at all when configured via Dashboard.
Another question: why is the
Accept
field in header formatted differently than theX-Api-Engine
andX-Api-Version
fields?The text was updated successfully, but these errors were encountered: