当前位置: 代码迷 >> C语言 >> 求助curl?
  详细解决方案

求助curl?

热度:141   发布时间:2006-07-24 17:03:01.0
求助curl?

有谁有过curl编程的经验,英文我看得有许多不明白
有什么好的中文相关网站推荐,谢谢

搜索更多相关的解决方案: curl  英文  中文  经验  

----------------解决方案--------------------------------------------------------

CURLOPT_FOLLOWLOCATION
A non-zero parameter tells the library to follow any Location:
header that the server sends as part of an HTTP header
CURLOPT_UNRESTRICTED_AUTH
A non-zero parameter tells the library it can continue to send authentication (user+password)
when following locations even when hostname changed
This option is meaningful only when setting CURLOPT_FOLLOWLOCATION

呵呵,帮我翻译一下啊


----------------解决方案--------------------------------------------------------