diff --git a/draft-ietf-httpbis-safe-method-w-body.xml b/draft-ietf-httpbis-safe-method-w-body.xml index e7277d4a8..dbfa38ab9 100644 --- a/draft-ietf-httpbis-safe-method-w-body.xml +++ b/draft-ietf-httpbis-safe-method-w-body.xml @@ -517,7 +517,11 @@ Accept-Query: "application/jsonpath", application/sql;charset="UTF-8" The examples below are for illustrative purposes only; if one needs to send queries that are actually this short, it is probably better to use GET. - + + The media type used in most examples is "application/x-www-form-urlencoded" + (as used in POST requests from browser user clients). + The Content-Length fields have been omitted for brevity. +
A simple query with a direct response: