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.
我有一个使用发送 HTTP 调用步骤的过程。 该步骤需要用户名和密码才能调用 URL。我希望这些是运行该进程的用户的凭据。 如何将这些提供给发送 HTTP 调用步骤?
您可以使用 request.user.id 属性来获取用户 ID,但您无法获取请求进程的用户的密码。