Socket Functions
From UBot Studio
(Difference between revisions)
(→Socket Functions) |
|||
Line 7: | Line 7: | ||
*[[socket page headers]]: Returns the header information for the most recent navigate command. | *[[socket page headers]]: Returns the header information for the most recent navigate command. | ||
− | *[[socket get cookies]]: Returns the current | + | *[[socket get cookies]]: Returns the current cookie string for the given url. |
*[[$url encode]]: Encodes a string into url format. | *[[$url encode]]: Encodes a string into url format. |
Revision as of 16:45, 27 May 2014
The Socket Functions allow you to grab information from a webpage via the underlying socket connections.
Socket Functions
- socket page headers: Returns the header information for the most recent navigate command.
- socket get cookies: Returns the current cookie string for the given url.
- $url encode: Encodes a string into url format.
- socket page html: Returns the page html for the last navigate command.
- $url decode: Decodes a string from url format.