![]() |
Redirect URL to a controller method - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Redirect URL to a controller method (/showthread.php?tid=58205) |
Redirect URL to a controller method - El Forum - 05-23-2013 [eluser]himanshuy[/eluser] I am trying to develop a service using codeigniter. There are two urls I have to handle to initiate communication with client app. How would redirect these url's to my controller's method which will return desired response? URL structure is predefined and I can't change it. URL1: http://EnterpriseEnrollment.mydomain.com/EnrollmentServer/Discovery.svc (GET) URL2:https://EnterpriseEnrollment.mydomain.com/EnrollmentServer/Discovery.svc (POST) |