如何通过在 Palm WebOS 中提供凭据来调用 Web 服务
我能够调用不需要服务器凭据的 Web 服务。但我需要调用一个需要服务器凭据(用户名和密码)进行身份验证的网络服务。如何通过使用 Ajax.Request 或 Palm WebOS 中的任何其他方法提供适当的凭据来调用此类 Web 服务。 任何帮助将不胜感激。 谢谢,
I am able to call a web service that doesn't require server credentials. But I need to call a web service which require server credentials(username and password) for authentication. How to call this type of web services by supplying appropriate credentials using Ajax.Request or any other method in Palm WebOS.
Any help would be highly appreciated.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用基本身份验证,您可以尝试以下操作:通过 Ajax.Request 使用身份验证
If you are using Basic Authentication you could try this: Using Authentication with Ajax.Request