dvcol / synology-download

Synology Download Station browser extension built with React.
https://dvcol.github.io/synology-download/
MIT License
57 stars 6 forks source link

[feature]: Support HEAD request to allow download of redirected links #199

Open dvcol opened 1 year ago

dvcol commented 1 year ago

Affected part

Content script (inside the page)

Description

Adds support for HEAD request on redirect links to attempt at resolving final url before passing it to diskstation.

This could relate either to quick/context menu, task creation and/or scraped links.

This might be compelx to implement when auth is required.

Screenshots or Mock up

No response

Code example

No response

dvcol commented 1 year ago

related to #198