Closed nojimage closed 8 years ago
The request routing not correct, when using RESTful routing.
eg.
$I->sendPUT('/foo/1', [ ... ])
I expect route to ['controller' => 'foo', 'action' => 'edit', 1]. but, accutualy ['controller' => 'foo', 'action' => 1].
fixes it b104bf2
I use REST module. (PhpBrower module same too.
But, Can't get 'Origin' header in cakephp application.