how to call web service by supplying credentials in Palm WebOS

603 views Asked by At

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

There are 1 answers

0
EvilMM On

If you are using Basic Authentication you could try this: Using Authentication with Ajax.Request