Call back URL for local develoment
Friday, October 21, 2016 at 02:11pmI am making good progress on my project I am now at a point were I want to have my app download the document after the signing is complete.
To do this I would like to set up a call back event on PACKAGE_COMPLETE
My dev environment is local 127.0.0.1 with a local host name How can I test the callback from the sandbox against my local IIS
This is my local host name https://myphr.ad.dev/ and I would like the call back to hit a Controller Action like this https://myphr.ad.dev/eSign/SaveSignedFile
Is this possible? Or am I going to have to set up a a host name on a server and point it at my dev app.
Thanks,
Todd
Reply to: Call back URL for local develoment
Monday, October 24, 2016 at 03:45am