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.
我在 Magnolia 中创建了 rest 端点,所以当我想从外部 api (WCS) 测试它时,我让公式器进行身份验证作为响应。
那么如何以安全的方式使用 wcs rest标记向我的端点提供凭据呢?
谢谢
如文档中所述,您需要在请求中提供用户名和密码,或将 /.rest uri 配置为不需要身份验证。在文档中查看更多信息。
或者,如果您想获得登录挑战而不是未经身份验证请求的登录表单,则需要为此配置基本登录处理程序。更多信息也在文档中。
HTH, 一月