App/Server communication with Same-origin security policy
Few days ago, I had a problem with a mobile app that I’m working on. The app includes a credit card payment which required what’s called 3d secure authentication, that’s a code that gets...
For the love of code
Few days ago, I had a problem with a mobile app that I’m working on. The app includes a credit card payment which required what’s called 3d secure authentication, that’s a code that gets...
Recently, I have worked on a cross platform app that needed a php back end. I elected to build the back end api upon Silex framework. The back end and front end applications were...
Few days ago, I had been assigned the task to migrate an application to a new server, without being given the MySQL (Actually MariaDB) credentials. I tried the usual suspects (root, blank and root,...