How to integrate helical insight inside dotnet application using RestAPI method ?
Hi Rohit,
Please follow the process to integrate Helical Insight inside Dotnet Application using RestAPI :
RestAPI : This is a much more secure method of integration.
URL: /, index.html, login.html
Method : GET
Status : 200 (/), 302 (index.html, login.html)
Example :
http://192.168.2.9:7080/hdidev/
http://192.168.2.9:7080/hdidev/index.html
http://192.168.2.9:7080/hdidev/login.html
Result :
User Login Page
If user already logged in then user will see welcome page for respective user.
Regards,
Helical Insight Team