I have a checkout extensibility UI extension. I want to enable downloads from a presigned url in the thank you and order summary pages. If I just present the presigned URL, this works alright, but I’d like to send the request through my server first to perform some necessary logic before the download happens. I have tried to do this by having the server respond with the presigned URL, then creating an anchor tag and force clicking it, but this doesn’t work in the sandboxed worker environment. I also tried this with a redirect to the presigned URL. Here, the request from the redirect is made successfully, but the native download window isn’t popping up. If I navigate to the URL in the browser, I am prompted to download so I know that the URL is correct. Is this possible to do? Anybody experiencing this or solving for this?
1 Like
Hi there. I have the same issue, were you able to find a solution to this or it’s simply not possible?