I have the SharePoint list url to fetch the data(XML /JSON). To access that url I have username and password.
In IOS native development using nsurl to pass username and password. Able to connect and get the data.
If am use the same in JavaScript HTTP GET or POST. How do authenticate? to get list data
Any one can help me.