MicrosoftEdge / MSEdgeExplainers

Home for explainer documents originated by the Microsoft Edge team
Creative Commons Attribution 4.0 International
1.28k stars 200 forks source link

[URL Protocol Handler Registration] <Issue with AutoDownload when passing through the values of a video from a localhost> #794

Closed DhominickJ closed 2 months ago

DhominickJ commented 2 months ago

Reproduction Step:

  1. Pass through a video tag in the html document.
  2. Import the video tag into the html document and play it.
  3. The browser downloads the video and passes it to the download manager (Internet Download Manager)
  4. The browser requests another download instance.
  5. The video doesn't get played and the asset is not found.

Issue

  1. The video should be played as it is working on other browsers.
  2. The video should be played as is without downloading.

This issue is found when trying to create a file and document when developing a website application. Screenshot 2024-04-20 084308

ericlaw1979 commented 2 months ago

There's nothing actionable in this issue, and it does not have anything to do with URL Protocol Handlers in the browser. the screenshot is from a 3rd party application of some sort.