Socket page headers

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "This function is a Socket Function. The socket page header will return the header information at the given url. This function works with the [[socket navi...")

Revision as of 16:39, 27 May 2014

This function is a Socket Function. The socket page header will return the header information at the given url. This function works with the socket navigate command.


Example

plugin command("SocketCommands.dll", "socket container") {
    plugin command("SocketCommands.dll", "socket navigate", "GET", "http://www.w3schools.com/js/js_cookies.asp")
    set(#tesg, $plugin function("SocketCommands.dll", "$socket page headers"), "Global")
}

The function returns the following headers for the current url:


File:Headers.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox