0
rajalla created
Halil,
Can you let me know how can I consume ABP web api from another application? Do I have to use token based authentication ? Are there any other options ?
3 Answer(s)
-
0
Hi,
Token based auth is the best option. Another option is cookie based auth. But token based it ideal for using api from another application.
Have a nice day.
-
0
Thanks Halil for the quick response.
Is the url "http://localhost:6234/api/Account/Authenticate" enabled by default ? When I used it to test my applcation using Postman it gave an error "No HTTP resource was found that matches the request URI".
-
0
Nevermind I did not have the AccountController in WebAPI project