powered by CADENAS

Manual

Manual

4.5.5.3.2. Syntax

Deep links are carried out via so-called HTTP request parameters. An HTTP link is usually made up of a domain name and a domain ending.

For example:

http://www.google.com

In order to transfer request parameter to the link, a "?" sign must be added to the link as the first symbol. After the question mark a list of parameters separated by the "&" symbol follows.

http://www.google.de?param1=wert1
http://www.google.de?param1=wert1&param2=wert2