|
|
|
|
|
by dragonwriter
1632 days ago
|
|
GET is (and all methods, including all safe and idempotent methods, are) allowed to have side effects, per the spec. Safe and idempotent are not mathematical constructs as defined in HTTP, they are more “business” constructs. |
|