We are going to solve this by requiring the user to have the client authenticate with HTTP authentication.
我们将要求用户通过HTTP认证进行客户认证来解决该问题。
This mechanism functions almost identically to an HTTP Basic Authentication header by providing a user name and password with every request.
这种机制的功能与HTTP Basic authentication头几乎一样,它也是对每个请求都提供用户名和密码。
As of this writing, Twitter only supports HTTP basic authentication, which means that the request header must contain your user name and password in an encrypted format.
在本文写作之时,Twitter只支持HTTP基本的身份验证,这意味着此请求头必须以加密的格式包含您的用户名和密码。
应用推荐