0
walkerscott created
Hi ASPNETZERO Support,
Is there a way to access a page inside the web app from an external application? Or any idea on how to do it? I'm planning to generate a PDF of an HTML page inside the Angular 2 Web App. But it needs login first to access the page.
1 Answer(s)
-
0
Hi,
Application has security mechanism which forces user to login. There is no way to directly bypass that (otherwise, it become a security problem). You can have different options, like creating your page is an anonymous area of the application (for example, login, register... pages does not require login).