Giter Site home page Giter Site logo

请教开发方法 about feishu_minutes HOT 2 CLOSED

jcfangc avatar jcfangc commented on May 29, 2024
请教开发方法

from feishu_minutes.

Comments (2)

bingsanyu avatar bingsanyu commented on May 29, 2024 1

image

网络请求复现流程:先将所抓到的包的请求头中的参数(除了以:开头的伪头部字段)全部写入代码中的请求头参数中,然后注释掉部分参数,仍能成功返回结果就删除这些参数,直到所有的参数都是此请求所必需的。

此请求头中:

  • user-agent:用于伪装成浏览器,写爬虫时一般都要带上。
  • bv-csrf-tokencookiereferer三个是必需参数。其中bv-csrf-token包含在cookie中,所以不必再要求用户复制该参数,而是选择从cookie中获取。

cookie没有进一步拆分的必要,因为其中键值对的意义难以明确,能用就行

from feishu_minutes.

jcfangc avatar jcfangc commented on May 29, 2024

感谢解答!!

from feishu_minutes.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.