I recognized the there is a proxy server in between which is blocking the request. I resolved that issue by unlock another proxy-server address under the Port 8080. I added this proxy-server as custom proxy configuration to the proxy settings in Postman (see picture: Postman Proxy Settings). Then it was possible to send the request without any issue.
We'd like to be able to setup our own blogging platform alongside our Shopify site, and serve it from a sub-directory for SEO purposes. This would require a reverse proxy (most likely Nginx) to accomplish. I've seen a handful of similar requests in this forum, and the response is frequently that it isn't recommended, and would (may?) trigger the bot detection stuff.
Then I created behaviors in the distribution to route /blog and /blog/* to the blog origin, and the default behavior routes to the shopify origin. It's almost identical to the first part of this answer: -reverse-proxy-ip-forwarding-for-shopify/987990#987990
Hi @AdnanC . Thanks for your answers here, really very helpful. One of my clients also wants to use a third-party blog platform on the same domain as the shopify store. store.com - shopify, shop.com/blog - blog platform. Do I understand correctly that we need to disconnect the main domain from shopify in order to use the settings for proxying on store.myshopify.com? In this case, won't we have problems with duplicating pages in the search engine for store.com and store.myshopify.com ?
Also, could you share a link to your blog?:) I would like to read your article about it. Thank you
As far as i went, i was able to get a reverse proxy working using Cloudflare Workers and Reflare.js.
I was able to correctly proxy a blog (a self hosted ghost blog) and i was able to proxy our shopify shop to the desired toplevel domain - but not any further. Since our shop is in development mode - and so its password protected - every POST request has been proxied somehow wrong, since i was not able to go past the password form.
The desired url structure is:
www.domain.com -> Shopify
www.domain.com/blog -> Blog