Using Dynamic URLs
You can create dynamic URLs using parameters. Required format is ${varname}
. Example: http://my.url/saverecord?projectid=${projectid}&numberid=${numberid}&iv=${iv}
URL Parameters
Parameter | Description |
---|---|
projectid | Project identifier. |
numberid | Record identifier. |
iv | Random initialization vector in hexadecimal format, used for encryption. |
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.