I am developing a REST API. I have it working using paresExtensions and mapResources. However, if I try to access the API using ssl (https instead of http) the routing does not seem to work and I get an error
Missing Method in TenantsController > > *Error: * The action *30.json* is not defined in controller * > TenantsController* > What do I have to do to get this to work together with SSL? I want to enable the Security component and requireSecure for the entire API as well. That seems to work but also has the same problem of the broken routing. Thanks. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/groups/opt_out.
