Building a site on client's server and password protected but now adding in API functionality and the htaccess is blocking responses back from the API calls since they can't reach the site.
Is there a simply way to define production / development to allow access without password protecting the site.
I do not want to go thru all 65 controllers and re-code $this->Auth->deny() / allow();.
Thanks
Dave
No comments:
Post a Comment