Changes between Version 23 and Version 24 of DevProjects


Ignore:
Timestamp:
Nov 3, 2007, 10:11:59 PM (16 years ago)
Author:
Lee Carre
Comment:

corrected link to HTTP/1.1 RFC

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v23 v24  
    6363 * HTTP Functionality
    6464  * Use correct type of HTTP Request based on purpose/function
    65    * GET requests should not change anything (as per the [http://tools.ietf.org/html/rfc2126 HTTP/1.1 RFC]). Currently the Subscribe/Unsubscribe functions use regular links (resulting in GET requests) to change subsciption status, instead a POST request should be required (eg making the funcion unavilable via GET) to indicate that the (un)subscribe function changes something and isn't just fetching a page.
     65   * GET requests should not change anything (as per the [http://www.w3.org/Protocols/rfc2616/rfc2616.html HTTP/1.1 RFC]). Currently the Subscribe/Unsubscribe functions use regular links (resulting in GET requests) to change subsciption status, instead a POST request should be required (eg making the funcion unavilable via GET) to indicate that the (un)subscribe function changes something and isn't just fetching a page.
    6666
    6767=== Back-end ===