-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
How to add a request header to dynamic C# API client proxy / How to customize dynamic C# API client proxy? #11083
Comments
Hi @maliming |
@ertugrulbaki27 hello,Have you solved the problem? |
u can use this method configure your httpclient. |
thanks, but how to add the dynamic params to request header? |
Hello @Codeio , Moreover I've done in this way.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi all,
I have an ABP MVC server app and an ABP MVC client app. I'd like this MVC client application to be tenant-specific. That's why I am trying to add a request header to the client app's requests to recognize the tenant by the server app. I can do it with HttpClient but I'd like to get the benefit of "Dynamic C# API Client Proxy". Is there any way to add a request header to client proxies?
The text was updated successfully, but these errors were encountered: