php-hmac-rest-api
php-hmac-rest-api copied to clipboard
PHP HMAC Restful API that uses Phalcon Micro framework
Hello there, I have route problem `$routes[] = [ 'method' => 'get', 'route' => '/ping', 'handler' => ['Controllers\ExampleController', 'pingAction'] ];` does not work but when I write `$routes[] = [...
When I try to run the `client-connect.php` script it always fails with error 401 (Access Denied). I did some digging and it appears that the server cannot read the header...
Not working on PHP7? Phalcon build 2.1.x
Falling back to getallheaders() if getHeader() fails
Nice day fellas....
Hi fellas! In first instance, thanks for your code. It's helping me a lot building an API. In **client-connect.php**, when I make a POST request, it work's ok and return...
Hi, I am noob in this. I am learning to write secure api-centric application and found your blog post and this repo. I Downloaded it and am trying it since...