Hi! i am calling the “https://true-uk-staging.myshopify.com/admin/api/2021-10/products.json” when i hit in browser it shows me products data while when i hit the same url with http client in angular it gives me CORS error. I have also tried with passing credentials in header like api key with password and convert into base64 with basic space in header still gives CORS error.
i am following this link: https://shopify.dev/apps/auth/oauth
