Hi guys need a bit of advice.
I have somewhat of convoluted process in place where I have a stand alone application (different domain) that posts stuff back to DNN via Web API into DNN service which I created.
On basic level I wired up a DNN module to triggers for a new browser window to open.
Browser window serves as a proxy to access stand alone application I mentioned.
While user does what s(he) needs to do the App communicates with DNN.
Problem I am having is that communication between DNN and stand alone app happens through a back door in DNN if you like. This means no automatic access to PortalSettings and all the good stuff it carries. But I managed to tag on a few things to be sent back namely UserID, ModuleID, TabID.
Is it possible for my DNN service to trigger UI update of the module that triggered browser window to open say on successful completion of request processing from the App?
PS: Unfortunately I cannot iframe the App in question as its configured with X-Frame-Options header.