Web:Curl 302问题、登录问题解决

2020-02-28  本文已影响0人  LightingContour

1、302问题

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="你需要转到这个地址哦">here</a>.</p>
</body></html>

2、登录问题

Error: You must enable cookies on your web browser.

参考文章

https://www.quyu.net/info/1321.html 我要是能早点搜到它就好了.jpg
https://stackoverflow.com/questions/20905210/curl-302-redirect-not-working-command-line stackflow302问题
https://www.ruanyifeng.com/blog/2011/09/curl.html 一峰老师指南
https://curl.haxx.se/docs/http-cookies.html Curl官方的Cookies格式文档

上一篇下一篇

猜你喜欢

热点阅读