Misc:AJAX: Difference between revisions

From Amar
Jump to navigationJump to search
AJAX and URL pattern used
 
mNo edit summary
 
Line 1: Line 1:
We'll try to use a standard, predictable URL.
We'll try to use a standard, predictable URL.
http://<site>/section/object/
<nowiki>http://<site>/section/object/</nowiki>


* ADD Object
* ADD Object

Latest revision as of 22:57, 19 February 2007

We'll try to use a standard, predictable URL. http://<site>/section/object/

  • ADD Object

HTML PUT

  • UPDate Object

HTML POST

  • GET Object

HTML GET

  • DELete Object

HTML