V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
tongle
V2EX  ›  Python

使用 requests download 文件时 url 丢失部分 querystring 无法访问

  •  
  •   tongle ·
    tongle · 2015-08-17 16:23:42 +08:00 · 1637 次点击
    这是一个创建于 3180 天前的主题,其中的信息可能已经有所发展或是发生改变。
    使用 head 直接访问得到的返回头是正确的
    headers 中'content-type': 'text/csv'
    reason OK
    history []

    使用 get 时则出现
    headers 中'content-type': 'text/html; charset=utf-8'
    reason NOT FOUND
    history [<Response [302]>, <Response [302]>]
    请求的 url 只剩下一个 querystring 参数了 其他的都丢失了
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1105 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 18:06 · PVG 02:06 · LAX 11:06 · JFK 14:06
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.