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
However, we're uncertain if this behavior is intentional. Implementing middleware via modifiers may lead to unintended side effects and should be avoided unless explicitly required by the design.
Please help, thanks.
The text was updated successfully, but these errors were encountered:
Use modifier to add middleware in group not working.
Reproduce code
We do not pass the required test header, so Expected: 401 But Actual: 200.
We find the adapter do not respect the Operation's middlewares.
And we change the adapter to the code below, the middleware worked.
However, we're uncertain if this behavior is intentional. Implementing middleware via modifiers may lead to unintended side effects and should be avoided unless explicitly required by the design.
Please help, thanks.
The text was updated successfully, but these errors were encountered: