Urllib2 authentication with API key
问题 I am trying to connect to radian6 api, which requires the auth_appkey, auth_user and auth_pass as md5 encryption. When I am trying to connect using telnet I can get the response xml successfully telnet sandboxapi.radian6.com 80 Trying 142.166.170.31... Connected to sandboxapi.radian6.com. Escape character is '^]'. GET /socialcloud/v1/auth/authenticate HTTP/1.1 host: sandboxapi.radian6.com auth_appkey: 123456789 auth_user: xxx@xxx.com auth_pass: 'md5encryptedpassword' HTTP/1.1 200 OK Server: