Welcome Guest, Not a member yet? Register   Sign In
Access to CodeIgniter application from desktop application
#1

I wrote a php application based on CodeIgniter (2.1.0). This application allow to manager software license: the user can buy a software (desktop) license and admin can control it. Now I'd like add license checking from my software (desktop). To do it my desktop software must be connect with my CodeIgniter application:

1. My software (desktop) ask to my CodeIgniter application if user license data are valid and some details about it;
2. My CodeIgniter application check on DB and send a response to my software (desktop);

To do this I need POST or GET data to a CodeIgniter application URL.
Is there a way to avoid authentication?
When call my URL CodeIgniter application call me user authentication, this is ok but in this case I'd like avoid it.

What is the best solution?
Is there some fast way?
Is there some example or some plugin for this?
Reply


Messages In This Thread
Access to CodeIgniter application from desktop application - by array81 - 10-29-2014, 02:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB