2023年11月19日 星期日
模仿瀏覽器的行為(使用session)
mimic the behavior of browser
session = requests.Session()
用sesson 送出 HTTP 請求(get/post) 會將session id 存在內部的cookie中。下次再發送session.post()或session.get() 會帶出相同的session-id . 否則會被認為這是不同的HTTP 請求。用這種方法才能將同一個請求,視為同一個對話(Session) 才能正確模仿瀏覽器的行為。
沒有留言 :
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 ( Atom )
沒有留言 :
張貼留言