且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Apache Camel HTTPS4 基本身份验证

更新时间:2023-11-30 23:50:34

为了帮助其他人提供一个可行的示例,我是这样理解的...

To help others with an working example, here is how I got it...

1) 检查站点管理器策略,并确保用户对服务具有正确的权限.2)将用户/密码作为查询参数传递是不安全的(至少在我的情况下不是)在站点管理器中公开了明文密码.3) 设置头(Authorization)apache-camel-basic-http-auth一个>

1) Check the site-minder policy and also ensure the user have correct permissions for the services. 2) Passing user/password as query parameter isn't safe (at least it wasn't in my case) Clear text password was exposed in site-minder. 3) setting header (Authorization) apache-camel-basic-http-auth