Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I know it is possible to login and read data of website by a desktop application.
However;
I have an angular 2 app. I wonder if it is possible to login and read data of some other website by an angular 2 app.
Thanks in advance.

What I have tried:

Searched for the internet, could not satisfying answer.
Posted
Updated 31-Jan-19 21:36pm

The only possible way to do that is via an Restful API. The website you want to read data should expose an endpoint to get the related information. Otherwise it is not possible
 
Share this answer
 
Comments
tasinsahin 1-Feb-19 3:35am    
thanks for the answer.
For those who needs,


Using the WebBrowser Control in ASP.NET[^]

this could save the problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900