A space to discuss online store customization, theme development, and Liquid templating.
Hi all,
Im developing the app that makes use of proxy mechanism. My problem is that this proxy is not accessible when store is password protected. Is there any way like passing password as query param to make sure shopify wont redirect request to store to /password route? What is important its my server who requests store url, so even if passowrd is already provided in browser session it doesnt help.
Hey Greg.
There's no way that I'm aware of, supported or not, to bypass storefront password protection with any query parameters or headers to represent a password for authentication.
Why does your server need to request the storefront URL?
Cheers.
Alex | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
I have almost the same issue.
Currently using development store and trying to access app proxy from my public app, but I always receive password page as response