Skip to content

Appropriate use of HTTP GET

A couple axioms from the W3C on the appropriate use of the GET method in HTTP:

<p><b>In HTTP, GET must not have side effects.</b><br />

In HTTP, anything which does not have side-effects should use GET

<p>Words of Wisdom to code by.