[Webkit-unassigned] [Bug 197441] Blob downloads stopped working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 01:31:45 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197441

--- Comment #6 from Chris C <chris at chrischin.dev> ---
We've also discovered something new:

The link appears in DOM like so:

<a href="blob:https://ourdomain.com/e0ea076d-e9a3-4aa4-96cf-cdb16c238b29" target="_self" download="download.csv">Download CSV</a>

When clicked, it opens up a tab to a *different* URL: 

Tab URL: blob:htts://ourdomain.com/a1a9da-a638-426a-b06a-e5aee5729f9c

When clicked again, yet a different URL (different UUID) is called.

However, when we manually copy the href "blob:https://ourdomain.com/e0ea076d-e9a3-4aa4-96cf-cdb16c238b29" into the browser address bar, it does return the CSV data.

So it appears that 
1) The href link is correct but
2) Clicking it each time calls a different random object URL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190502/8075a0ee/attachment.html>


More information about the webkit-unassigned mailing list