Getting http variables from a http session - How can we extract / set http session variables from mendix?

1
We receive redirects from a certain web application, and need to extract details from the request we're receiving and looking at the best way to accomplish this: -How can we extract / set http session variables from mendix? -How can we parse the url that is transferred to us? Is there an API for this that can be invoked from a microflow?
asked
1 answers
1

Take a look at the deeplink module from the appstore. You can write your own requesthandler and parse url etc.

answered