ll.RequestSecureURL

ll.RequestSecureURL() : uuid

Requests one HTTPS:// (SSL) URL for use by this object. The http_request event is triggered with results. Returns a key that is the handle used for identifying the request in the http_request event.

Example

ll.RequestSecureURL()
{
  "def": "func",
  "desc": "Requests one HTTPS:// (SSL) URL for use by this object. The http_request event is triggered with results.\nReturns a key that is the handle used for identifying the request in the http_request event.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlRequestSecureURL",
  "name": "RequestSecureURL",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll