linden-scripting-language icon indicating copy to clipboard operation
linden-scripting-language copied to clipboard

HTTP_ACCEPT

Open buildersbrewery opened this issue 8 years ago • 0 comments

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

buildersbrewery avatar Aug 22 '17 17:08 buildersbrewery