Hi there,
I am currently building an app for a number of stores I manage and when running tests on my test store, all ajax requests are hitting the store password page.
Is it possible to pass the known password as part of the ajax request to bypass this and access the page/content that is needed?
Frustratingly, I can’t disable the password on my test store to test the functionality so need another way around it.
Hey Gavin,
sadly, this is not an option for development stores.
Is your specific use case automated or manual testing?
Best regards,
Kevin 
Hi @Kevin_Sieger
We have a custom sitemap that combines the default sitemap with some custom entries but when it tries to fetch the default sitemap, it’s being redirected to /password on dev and password protected stores.
Whilst this is generally expected, we are looking to pass the password as part of the request so we can still access the content.
afaik - not currently possible
I thought that would be the case, but thought I’d double check before giving up.
Appreciate your help