Skip to main content

When developing a command button in Aurena, it would be helpful if such buttons could support URI schemas other than https.
A data URI, for example, could be written to download a small base64-encoded file directly from the on-screen data.
An msteams URI could be used to send a message directly to a Microsoft Teams user.

The possibilities are endless. To detect relative URLs pointing inside this same middleware server, you might consider looking for a regex like ^oa-zA-Z]+://

This would be especially useful when writing an integration to a third-party solution that installs a fat client on an end user’s machine that intercepts its own proprietary URI schema.


Reply