Home › Forums › Back End › Form post without a HTML form? › Re: Form post without a HTML form?
September 1, 2012 at 5:13 pm
#108873
Member
I use this same method with a client portal i maintain. The backend ajax is all delivered in JSON from publicly facing PHP scripts. I coded an html5 based iOS/android app that uses the same backend. The user authenticates once when they start the app and the token is passed to the device and that then gives the app access to the same JSON data without authenticating every request.