<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.netio-products.com/index.php?action=history&amp;feed=atom&amp;title=Incoming_URL_API_request</id>
	<title>Incoming URL API request - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.netio-products.com/index.php?action=history&amp;feed=atom&amp;title=Incoming_URL_API_request"/>
	<link rel="alternate" type="text/html" href="https://wiki.netio-products.com/index.php?title=Incoming_URL_API_request&amp;action=history"/>
	<updated>2026-04-14T18:41:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.netio-products.com/index.php?title=Incoming_URL_API_request&amp;diff=435&amp;oldid=prev</id>
		<title>Phrych: Created page with &quot;{{DISPLAYTITLE:Script trigger Incoming URL API request}} Trigged when NETIO recieves URL API request. Arguments are given in url. Arguments are stored in table &lt;code&gt;event.arg...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.netio-products.com/index.php?title=Incoming_URL_API_request&amp;diff=435&amp;oldid=prev"/>
		<updated>2019-07-11T15:19:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{DISPLAYTITLE:Script trigger Incoming URL API request}} Trigged when NETIO recieves URL API request. Arguments are given in url. Arguments are stored in table &amp;lt;code&amp;gt;event.arg...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{DISPLAYTITLE:Script trigger Incoming URL API request}}&lt;br /&gt;
Trigged when NETIO recieves URL API request. Arguments are given in url. Arguments are stored in table &amp;lt;code&amp;gt;event.args&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
URL: http://192.168.101.139/event?arg1=25&amp;amp;arg2=hello&lt;br /&gt;
&lt;br /&gt;
Argument 1: &lt;br /&gt;
*key: arg1&lt;br /&gt;
*value: 25&lt;br /&gt;
&lt;br /&gt;
Argument 2:&lt;br /&gt;
*key: arg2&lt;br /&gt;
*value: hello&lt;br /&gt;
&lt;br /&gt;
=== Print arguments ===&lt;br /&gt;
 -- print all arguments&lt;br /&gt;
 for i, v in pairs(event.args) do&lt;br /&gt;
   logf(&amp;quot;%s: %s&amp;quot;,tostring(i),tostring(v))&lt;br /&gt;
 end&lt;/div&gt;</summary>
		<author><name>Phrych</name></author>
		
	</entry>
</feed>