Talk:Http request

From Second Life Wiki
Jump to navigation Jump to search

Response Delegation

If Script A receives a request with key K, and Script A passes K on to Script B, can Script B continue processing the request using functions like llGetHTTPHeader(K,header), llSetContentType(K,type), and llHTTPResponse(K,status,body)?

--Hewee Zetkin 04:52, 5 October 2011 (PDT)

Experimentation shows the answer to be, "no." Headers come back empty and no HTTP response is generated except by the original script ("Script A").

--Hewee Zetkin 05:14, 5 October 2011 (PDT)