This commit is contained in:
Christian Mehlmauer
2013-01-27 00:17:15 +01:00
parent e3a6f0b9a3
commit 60a6f16ddd

View File

@@ -52,7 +52,7 @@ module BruteForce
request = Browser.instance.forge_request(login_url, request = Browser.instance.forge_request(login_url,
{ {
method: :post, method: :post,
params: {log: username, pwd: password}, params: { log: URI::encode(username), pwd: URI::encode(password) },
cache_timeout: 0 cache_timeout: 0
} }
) )