Trigger Deeplink URL using a command line

0
Hi, I have some deeplink URLs setup for one of our Mendix apps which work when the URL is visited by a browser. I would like to be able to trigger these deeplink URLs from a command line (eg. using Invoke-WebRequest via Powershell). I've tried this approach and get a http 200 staus code back but the deeplink is not triggered. Has anyone else tried to do this with success?   Thanks
asked
1 answers
0

You can use curl for that, but opening a deeplink is more steps than requesting a deeplink. You will at least do 2 calls.

answered