Lines Matching refs:creds
761 creds = base64.b64encode(user_pass).strip()762 req.add_header('Proxy-authorization', 'Basic ' + creds)