I am have an API proxy to exclusively handle all API calls originating from my Shopify backend. To enhance security, I intend to implement a validation mechanism to ensure that only requests from this my domain are processed and served with a response.
You can follow the official guidelines to do it
1 Like
Hi @Kyle_liu ,
Thanks for sharing the doc. I will further dwell into it to see if it works with my API gateway.
Appreciate your time.