diff src/protocols/yahoo/yahoo.c @ 10575:96307e1a47c9

[gaim-migrate @ 11968] This makes Yahoo roomlist & filetransfer work with HTTP proxies (except when authentication is needed), webauth probably works too but I couldn't work out how to test that. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 05 Feb 2005 18:24:50 +0000
parents 7d165e1eec4d
children 74cc119beceb
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sat Feb 05 17:59:20 2005 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sat Feb 05 18:24:50 2005 +0000
@@ -2151,7 +2151,7 @@
 	const char *sn = gaim_account_get_username(account);
 	const char *pass = gaim_account_get_password(account);
 	GHashTable *hash = yahoo_login_page_hash(buf, len);
-	GString *url = g_string_new("GET /config/login?login=");
+	GString *url = g_string_new("GET http://login.yahoo.com/config/login?login=");
 	char md5[33], *hashp = md5, *chal;
 	int i;
 	md5_byte_t result[16];