App reviews, troubleshooting, and recommendations
Trying to figure out how my custom app with proxy endpoint could validate incoming request from shop web page. For example my request contains such headers after app proxy forwarder request to custom server:
"x-request-id":"3e1a07a6-5eae-4602-a2fe-6cc023c4ca67","x-request-id-sig":"pZCC94wJi96k2NVo84H3NiayWHs="
so could you please help me figure out how my app could recalculate signature for x-request-id header to check authenticity ?
"pZCC94wJi96k2NVo84H3NiayWHs=" === sign("3e1a07a6-5eae-4602-a2fe-6cc023c4ca67")
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello
You want use some header, but all data to calculate signature live in get in URL query parameters.
You should use this guide to calculate signature.
https://shopify.dev/apps/online-store/app-proxies#calculate-a-digital-signature
This is an accepted solution.
Hello
You want use some header, but all data to calculate signature live in get in URL query parameters.
You should use this guide to calculate signature.
https://shopify.dev/apps/online-store/app-proxies#calculate-a-digital-signature
BorisD,
I did miss it 😅
thanks a lot!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024