Hi all,<br><br>I want a discussion on ways of handling REST API Request. Rest request URL will be like -<br>GET api/user/id.json or Get api/user/id.xml<br>Now all the requests are handled by one page say api/index.php. So how are we going to redirect all such request to this index.php. <br>
One solution could be Apache rewrite. <br><br>Is it a good solution? Is it a standard solution? Any other better solution?<br><br>Thanks<br>Vikas<br>