Socket page headers

From UBot Studio
Jump to: navigation, search

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:


Sockph.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox