Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to "Discussions" to see how many people are interested |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the benefits of having the download manager integrated into Firefox is that it can access pages that are protected by a cookie-based login. This is the only case I've found where DownZemAll, as a standalone application, is limited.
Ideally, the Firefox add-on would relay relevant cookies to DownZemAll.
Judging from the documentation, it seems rather simple to access cookies from a web extension. This code should (I think) access the current tab's cookies, provided the extension has the correct permissions:
Then it's a matter of sending that to DownZemAll and having DownZemAll make the request using the cookies.
Beta Was this translation helpful? Give feedback.
All reactions