Expand my Community achievements bar.

using afcs.php to implement external authentication

Avatar

Level 3

I there a way I can turn off when connecting? currently I am doing some testing on a temp server that doesn't have ssl enabled.

1 Reply

Avatar

Employee

Turn off SSL/HTTPS ? No, all the REST API use the secure channel.

Unfortunately PHP is both the easiest and the hardest environment to get going (if you are using Apache, chances are PHP is already configured, but also there are good chances that is not configured the way you want it).

I'd suggest you use a differnt language for testing (i.e. if you use ruby/rails or python you can leverage their embedded web server)