RE: Extension methods & XMLHttpRequest

> 
> Well, the notion of unsafe is really an application notion. 
> Browsers protect applications by attempting to warn the user 
> before repeating a POST which might repeat a data base 
> change. The application designer needs to make the decision 
> as to whether POST or GET is appropriate. 
The WWW is the application. 
It has already made the decision that POST is unsafe (modifies data) and GET
is safe (does not modify data and is predictably repeatable).

Received on Thursday, 15 June 2006 01:41:13 UTC