We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe in details
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
嗯,现在如果没有经过decodeHeader阶段,cors在encodeHeader阶段的逻辑就无法生效。 因为修改header前匹配的路由(也可能没有匹配到路由),没有开启cors,而cors filter的decodeHeader阶段已经执行了,所以后面修改header匹配到新的路由后,cors filter的decodeHeader阶段不会执行,cors功能就无法生效了。 我们会修改下 envoy的代码来解决这个问题。
短期解决方案可以:
Sorry, something went wrong.
I want to have a try, plz assign to me, thanks.
@wilkinszhang
Regarding the changes to envoy, if you have any issues, feel free to reach out to me on DingTalk. My DingTalk ID is: chengtanzty
fix: resolve CORS policy issue after header modification and re-routing
fc8344e
Related issue: alibaba/higress#1769
wilkinszhang
Successfully merging a pull request may close this issue.
Why do you need it?
Is your feature request related to a problem? Please describe in details
How could it be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: