how to call web service by supplying credentials in Palm WebOS
问题 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, 回答1: If you are using Basic Authentication you could try this: Using Authentication with Ajax.Request 来源: https://stackoverflow.com