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...")
 
 
Line 15: Line 15:
  
  
[[File:headers.jpg]]
+
[[File:sockph.jpg]]

Latest revision as of 17:35, 5 January 2017

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.


[edit] 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