hpsu / nzbget-chrome

Google chrome extension to interact with nzbget
28 stars 23 forks source link

Don't insert username/password into server URL #63

Open pdf opened 7 years ago

pdf commented 7 years ago

Fixes #62

Worst case, users get prompted for a username/password if they don't have a session in their browser, seems fine to me.

API operations are all done via xhr, where the username/password is sent via the Authorization header, so including them in the URL shouldn't be required there.