HttpPost (Method)
From Legacy Roblox Wiki
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
![]() | |
Returns | string request body |
Description: | Sends data over a URI via HTML post method. |
Member of: | DataModel |
Example
If using the Command Bar or a CoreScript...print( game:HttpPost( "http://www.roblox.com/User.aspx?ID=4812582" ) ) --> s HttpGetIf using a Script or a LocalScript...
print( game:HttpPost( "http://www.roblox.com/User.aspx?ID=4812582" ) ) --> s HttpGet