CodeIgniter Forums
REST API - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: REST API (/showthread.php?tid=65504)



REST API - Chandini - 06-20-2016

I am Working With RESTful Services in CodeIgniter. Now am using API Authentication for rest_enable_keys as a TRUE. after that every API asking That Key .. I am Sending Key Through Headers Its Working Good .. But Problem is .. I need Some Of the APIS for key authentication. and some API's Not needed . But Every API Asking That Key For Authentication. How to solve that ...?