Codeigniter - Restricting direct access to controller functions from URL call
问题 I want to know if there is any way through which I can restrict access to my controller functions through URL. But I want to give them a call through my link in the site. For example if I have a link in my site which points to a controller function: <a href='test/function'>Call me</a> But I don't want the controller function to be called when I place the above URL in my browser address bar. Can anyone help with this? 回答1: As you stated in the comment, that if you want to load the link via