ASP .NET Core MVC JQuery AJAX – problem with getting data to view via controller api using ajax
When the line getJSON is executed and there is routing to for example: https://localhost:44338/ArticleApi/GetNextArticles?id=12&quantity=2&filterName=Odziez I get error: Failed to load resource: the server responded with a status of 404 () Cannot find this page on localhost GetNextArticles method in my…