HttpGet (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>LocalChum No edit summary |
>LocalChum No edit summary |
(No difference)
|
Revision as of 23:02, 9 August 2011
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
HttpGet( string URI[, bool synchronous] ) | |
Returns | string request body |
Description: | Retrieves HTML of the URI via get variable method. |
Member of: | DataModel |
Example
-- Correct security context will allow you to get variables from an HTML document. print(game:HttpGet("http://somesite/", true); --> However, in Roblox, only external code is allowed to call this, so you will get an error saying "s HttpGet"