Open jeff0723 opened 2 years ago
Hello, I am trying to build a post-purchase extension.
While fetching data at Checkout::PostPurchase::ShouldRender callback from my server, I will always be blocked by CORS.
Checkout::PostPurchase::ShouldRender
How can I solve that since the request origin is https://shopify-argo-internal.com.
https://shopify-argo-internal.com
Hello, I am trying to build a post-purchase extension.
While fetching data at
Checkout::PostPurchase::ShouldRender
callback from my server, I will always be blocked by CORS.How can I solve that since the request origin is
https://shopify-argo-internal.com
.