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.
我想对我的 Web 应用程序和 REST API 进行安全测试,但它们需要经过身份验证,如何将 Bearer 令牌传递给它?
您可以将其作为带有-H标志的标头传递。所以-H 'Bearer: [token]'
-H
-H 'Bearer: [token]'