问题标签 [www-authenticate]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Python请求标头中缺少WWW-Authenticate
我正在尝试使用 Python 的请求库在 GET 请求后访问 WWW-Authenticate 标头。当我在 Postman 中执行此操作时,它会返回它,但在 Python 中它不会。
Python:
headers
:
我已经尝试了我能找到的每个标头参数,但似乎无法返回我需要的 WWW-Authenticate 响应标头......任何帮助将不胜感激。
编辑:
在 Postman 中,它看起来是在响应标头中Host
生成的标头获取请求中的关键。WWW-Authenticate
当我(在 Postman 中)删除它时,我在响应标头中只得到了少数标头。但是我将如何在 Python 的 requests 库中复制它呢?