Socket page headers
From UBot Studio
				
								
				
				
																
				
				
								
				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:
