Hey guys,
I’ve got a Cake3 app that’s using the built in Basic Auth for a JSON API we’re building.
It’s working fine locally (MAMP), and on Jolt hosting, but as soon as I deploy it to Heart Internet it won’t authenticate. Almost as if it’s forgetting, filtering, or rejecting the Basic Auth dialogue/header input.
Are there any specific dependencies or mods that I need to enable on the server? Heart’s tech support are at a loss.
Any ideas where I can look for a solution? It simply keeps re-prompting for the auth, and the password is correct as I can log in to the web UI with it.
Server’s a VPS running a standard CentOS6 server with cPanel. Usual LAMP stack.
Thanks in advance for any guidance.