User Tools

Site Tools


en:actions:actionopenurl

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionopenurl [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Open URL ======
  
 +This action allows you to open an URL with the default associated application. For a web address this is a browser.
 +
 +===== Standard parameters =====
 +==== Input parameters ====
 +== URL ==
 +The URL to open.
 +Five protocols are supported:
 +  * http:<nowiki>// </nowiki>(standard web page)
 +  * https:<nowiki>// </nowiki>(secured web page)
 +  * file:<nowiki>// </nowiki>(local file)
 +  * ftp:<nowiki>// </nowiki>(file transfer protocol)
 +  * mailto:<nowiki>// </nowiki>(e-mail address)
 +
 +URL example : <nowiki>http://www.actionaz.org</nowiki>
 +
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#timeout|Timeout]]
 +  * [[en:actions:actionopenurl#unable_to_open_url|Unable to open the URL]]
 +
 +==== Unable to open the URL ====
 +<BOOKMARK:unable_to_open_url>
 +
 +This exception is thrown when the URL cannot be opened.
 +  * Default action: stop the script execution
en/actions/actionopenurl.txt · Last modified: 2021/02/13 11:23 by 127.0.0.1