Basic Auth
Hi all. I have a question regarding authentication. On our prod instance everything works fine. But our dev magento installation is behind a basic auth. When i connect to that instance (i added auth header in middleware's customApolloHttpLinkOptions) it does connect, but I cant login anymore because the magento bearer token overrides the basic auth.
Even when i try to connect with
https://username:pass@magentodevinstance
the auth header still gets overwritten. Do you know any way around this problem ?2 Replies