How a web app identify if a click came from another web app via code?

Posted by Diego on Stack Overflow See other posts from Stack Overflow or by Diego
Published on 2010-06-01T18:02:06Z Indexed on 2010/06/01 18:03 UTC
Read the original article Hit count: 171

Hi, we have a web application that users can take online reports from ou ERP system data... And we have another web application that is used by our teachers and employees.

We can't change the ERP web app because its a closed DLL, in this case we made some extended functionality in our custom internal web app and we are willing to put this functionality on the "menu" of the ERP web app.

I need to integrate the two applications in the following way:

When I click in the menu of the ERP web app, I want that our internal web app assert that the click have come from our ERP web app and not typed in the URL, this is possible?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET