Changes between Version 23 and Version 24 of DevProjects
- Timestamp:
- Nov 3, 2007, 10:11:59 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v23 v24 63 63 * HTTP Functionality 64 64 * 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/rfc2126HTTP/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. 66 66 67 67 === Back-end ===