Base solution for your next web application
Open Closed

Allow external access to API #2550


User avatar
0
joemo created

I've secured my API functions with the [AbpAuthorize] attribute. What steps do I need to take to allow an external application to access and call my API functions? And is there something I can test with something like Postman? Apologise for vagueness, but just want to understand the steps involved to get started...


1 Answer(s)
  • User Avatar
    0
    omital created

    Hi. You can download aspnetboilerplate-dev source and then project "Abp.Web.Api" is a good sample for your purpose.