Hi List - newbie so please be gentle!
I am trying to get a LAMP server (Ubuntu 14.02/PHP5.6/Mysql/CodeIgniter2.2) installation to process a callback from "WebPurify(callback)" user-agent.
I can see the callback in the access log.
If I paste the callback string into my browser everything works fine and CI re-routes the URL to the appropriate controller/method and I get my DB update.
But at the moment I cannot get it to work under the covers. I'm feeling the user-agent is the key but I cannot find any mention of how to fix this.
Any help greatly appreciated, thx, Paul