The request line consists of the following items:
Method△Request Path (URI)△Query△HTTP Version
△: Single-byte space
Item |
Description |
Example |
---|---|---|
Method |
Request method |
GET |
Request Path (URI) |
Path for the resource |
/Analytics/v1/objects/Groups |
Query |
Query parameters in the request |
?$query=instanceId eq 'group#0' (Before URL encoding) |
HTTP Version |
String indicating the HTTP version |
HTTP/1.1 |
A request line is limited to 8,190 or fewer bytes. For request lines larger than the maximum, the status code 414 (Request-URI Too Long) is returned.
When a request is made, internal processing might rewrite the request path and the query, and the request line might exceed the maximum length (8,190 bytes). In such a case, revise the request path and the query values, and then perform the request by dividing it into multiple actions.