alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
788 stars 66 forks source link

Request heades are not captured from download request #61

Closed geekscrapy closed 3 years ago

geekscrapy commented 3 years ago

In reference to this ticket: https://github.com/mayswind/AriaNg/issues/566

If I try and download a file which needs authentication the extension does not capture the request headers, and therefore cannot access authenticated resources.

If you manually add the headers it works.

alexhua commented 3 years ago

As you described in mayswind/AriaNg#566, it work as design. when you create task manually in the AriaNG, extension will not capture cookies from chrome.

geekscrapy commented 3 years ago

As you described in mayswind/AriaNg#566, it work as design. when you create task manually in the AriaNG, extension will not capture cookies from chrome.

I'm talking about the capture download function which is automatic. I would expect it to capture the headers? Otherwise I may aswell just copy and put the URL in aria2c directly.

geekscrapy commented 3 years ago

This is the same issue as #44

alexhua commented 3 years ago

When extension captures the download task, as design it will pass cookies and referer to aria2, . About your case, would you please tell me how to re-produce?

alexhua commented 3 years ago

Duplicate of #44