HeaderStrategy Requirement #789
sercanbektas
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an issue in one of my projects related to the HeaderStrategy class. When making a request from the Flutter side with a tenant header, the HeaderStrategy class couldn't retrieve the tenant information due to a specific code block. To resolve this, I made a modification to the code block as follows:
I extended the class and made the necessary adjustments, which resolved the issue. If you'd like, I can create a pull request for these changes.
Some of the requests context should be DefaultHttpContext and controlling with is not working
Beta Was this translation helpful? Give feedback.
All reactions