I want to provide log in / password based security on webserver which is implemented using Casablanca REST KIT. Can you Please suggest me how to do that?..It is very urgent
Currently I am using http_listener to implement webserver as follows
CATMWebService listner(U("http://localhost/restkitest"));
Thanks in Advance
-Ram
Currently I am using http_listener to implement webserver as follows
CATMWebService listner(U("http://localhost/restkitest"));
listner.open().wait();
it is working without security.Thanks in Advance
-Ram