-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
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
[Bug] The provider is unable to obtain custom URL parameters #14838
Comments
Have you tried with Also, can't you get the value by BTW, configuring |
I only want to obtain the parameters of the URL in the provider's interception. Currently, I am unable to obtain custom parameters (securityFilter) in the provider's interception, but I can obtain them in the consumer's interception. Is there a problem? I am looking forward to your reply very much CONSUMER
PROVIDER
|
I hope this helps you https://dubbo.apache.org/zh-cn/overview/tasks/develop/context |
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo java 2.7.22
Steps to reproduce this issue
I want to pass some parameters from the parameter to the provider, so that the consumer can obtain custom parameter keys and value values, but the provider cannot obtain these parameters from the URL
What you expected to happen
Did the built-in interceptor filter out my custom URL parameters?
Looking forward to your reply. Thank you very much
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: