Difference between revisions of "Talk:GMOD REST Hackathon"

From GMOD
Jump to: navigation, search
(Pretty URLs =)
(Pretty URLs)
Line 6: Line 6:
 
== Pretty URLs ==
 
== Pretty URLs ==
 
* Do we need mod_rewrite?
 
* Do we need mod_rewrite?
** for php, use directory/index.php!
+
** for php, use directory/index.php? No. appended directory/foo gives a 404

Revision as of 18:25, 13 January 2010

  • POST for read operations is ok to get around URL character limits w/ GET
  • Pretty URLs are limited and we should use a mix pretty URLS and param/value CGI calls
  • Extend services for SO terms (exon, UTRs, etc...)
    • example gene/exon or chromosome/exon

Pretty URLs

  • Do we need mod_rewrite?
    • for php, use directory/index.php? No. appended directory/foo gives a 404