Hello there,
I was wondering if anyone has the TouchJSON framework working in conjunction with basic apache HTTP authentication. Essentially the directory of the RESTful webservice that I am calling is secured with basic http authentication. My calls are obviously all returning null now. Has anyone managed to get this working? I could embed the username:password in the URL like https://username:[email protected]/webservices/ws.php but for obvious reasons, that is not desired.
Any help would be appreciated.
Thanks! Kurtis