mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Fixed: Form data encoding for non-UTF8 indexers
This commit is contained in:
@@ -58,6 +58,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
Cookies = null;
|
||||
|
||||
var authLoginRequest = requestBuilder
|
||||
.SetEncoding(Encoding)
|
||||
.AddFormParameter("username", Settings.Username)
|
||||
.AddFormParameter("password", Settings.Password)
|
||||
.AddFormParameter("returnto", "/")
|
||||
|
||||
Reference in New Issue
Block a user