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
When a proxy is used (i.e. with axios) the auth-module also restricts access to the proxy routes, which makes a api call impossible.
Is there a way do disable the authentication for all proxy routes?
I tried it with regex (/^((?!api-route1|api-route2).)*$/) in the match option, but this seems not to work.
The text was updated successfully, but these errors were encountered:
When a proxy is used (i.e. with axios) the auth-module also restricts access to the proxy routes, which makes a api call impossible.
Is there a way do disable the authentication for all proxy routes?
I tried it with regex (
/^((?!api-route1|api-route2).)*$/
) in thematch
option, but this seems not to work.The text was updated successfully, but these errors were encountered: