Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些端点仅在您登录时才有效,但不能使用 OAuth 或类似方式——它是 Web 登录。我怎样才能登录?
这称为 HTTP 基本身份验证,Paw 在这里有一些文档:https ://luckymarmot.com/paw/doc/HTTP_Basic_Auth 。您需要在名为“HTTP Basic Auth”的授权类别下为您的请求添加一个标头,这一切都在上面的链接中进行了解释。