Landwirstchaft01
Landwirstchaft01
CDCloudflare Developers
Created by Landwirstchaft01 on 1/28/2025 in #workers-help
Apple Pay implementation on the Web with Cloudflare
Hello, I was tasked where I work at to implement Apple Pay. on the web I am stuck when it comes to validating the merchant ID by requesting a paymentSession. https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api/requesting_an_apple_pay_payment_session If I make the POST request through POSTMAN or Curl while attaching the certificates and private key it works. As far as I could see the Cloudflare equivalent of this is mtls binding (https://developers.cloudflare.com/workers/runtime-apis/bindings/mtls/) However for some reason I get 520 error when I make such request with my worker with that new Fetcher and no further info. Has anybody encountered such case here?
1 replies