- URL arguments refer to arguments in the URL for GET or POST (e.g. foo.com?arg1=something).
- Body arguments refer to data communicated via POST paramaters in the HTTP request body.
This chart does not address client side caching of temporary files. Caching is a separate issue from the protocol selection and should be addressed with appropriate cache-control headers.