Python Requests 라이브러리에서 기본 HTTP 인증을 사용하려면 어떻게 해야 합니까? 파이썬에서 기본적인 HTTP 인증을 사용하려고 합니다.Requests 라이브러리를 사용하고 있습니다. auth = requests.post('http://' + hostname, auth=HTTPBasicAuth(user, password)) request = requests.get('http://' + hostname + '/rest/applications') 응답양식auth변수: 200 CaseInsensitiveDict({'content-encoding': 'gzip', 'x-powered-by': 'JSP/2.2', 'transfer-encoding': 'chunked', 'set-cookie': 'J..