Discussions
How to access (SSO) Link using client ipart at angular
almost 4 years ago by Mathusuthanan
Hi Team ,
We have a client application(SSO) that application link should return a JSON value.
If I tried to access the return values using angular client iPartin client application(SSO) link using below method:
this.http.get("https://**.imiscloud.com/****.aspx")
I am getting the below values. Its not return actual value:
"
Do I need to pass any data to access the link ?