- Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
| Flag | (int value) | Parameter | Default | Description |
|---|---|---|---|---|
HTTP_ACCEPT | 8 | [ string MIME_type ] | "text/plain;charset=utf-8" | HTTP_ACCEPT parameters can be passed to limit the number of mime types that are sent in the Accept: header of the HTTP request. Specified mime types may include character set and q parameters. This parameter may be specified multiple times. The specified mime type must be one already recognized by llHTTPRequest. The Content-Type header in the response is checked against the specified HTTP_ACCEPT parameters. If the value of the header is not in the list of acceptable mime types, llHTTPRequest will return 415 as a result code and the body will be "Unsupported or unknown Content-Type." |
from 17.06.13.327111