Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Form post without a HTML form? Re: Form post without a HTML form?

#108873
bungle
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.