Base solution for your next web application
Open Closed

Cannot call API using Swagger UI #3703


User avatar
0
bilalhaidar created

Hello, When I run the Host application (Asp.NET core). Then I try to call of the Urls, I always get 404. Is there a step I need to do so that I can run APIs using swagger?

Thanks


2 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Because of token based authotentication. Check this: <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core#token-based-authentication">https://aspnetboilerplate.com/Pages/Doc ... entication</a>

  • User Avatar
    0
    bilalhaidar created

    Ok thanks.