I have angular application which receives data from domino. In the angular code, i access domino url via basic authentication.
URL: apidata.nsf/doLoginSuccessAuth?OpenPage
UserName:Vijay Superuser2ö
Authorization: Basic VmlqYXkgU3VwZXJ1c2VyMsO2OkluaXRQYXNzMjAyMw==
当用户名称包含特殊特性时,认证并不有效。 我可以通过浏览器与同一用户名和密码成功登录。 如果取消特殊性质,基本认证就只能罚款。
I have checked below article and the configuration is done as mentioned in the article. https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0082364. I am using Domino 12.0.1.
难道我们需要能够让任何具有划一性质的环境来开展这项工作?