Passing Parameters into a Perspective Session

Is there a way to pass a value (string) into a perspective session from another application (not an Ignition project but just from another website using vb.net) without that values being shown in the URL?

So from the outside Ignition project application will put the host name of our server which redirects to the URL of my perspective project to run, so i need to be able to pass a value from that other application without showing that value in the URL.

Any help on this is greatly appreciated.

Perspective doesn’t expose dynamic endpoints suited to anything but a Perspective client. The tool for generic endpoints would be the WebDev module. Implement a doPost() handler so the values you supply are in the request body instead of the URL.

1 Like