Skip to content

llGetHTTPHeader

Function Syntax
string llGetHTTPHeader(
  1. key HTTPRequestID, // A valid HTTP request key
  2. string Header // Header value name
);

Returns the value for header for request_id.

Returns a string that is the value of the Header for HTTPRequestID.