Web API

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi Guys,

Hope you all doing great. I have created asp.net web api with oauth and integrated it nopcommerce using admin tool of plugins. Now I am not able to access my web api. I don't know why it is not working. Whenever I try to access my web api controller it gives me 404 error.


Can anybody please tell me what I am missing in here.


Regards
8 years ago
404 errors are page not founds. Have you set routing up correctly so that the URL you're accessing for your API is getting to your controller?
8 years ago
I just set the routing and now it is calling my controller successfully. But now the problem I am facing is like the web api app_start classes and oauth provider not working. It directly after my controller goes to nop.web external class.


Please tell me how I can make web api to work in nop commerce.


Many Thanks
3 years ago
Hi,
Can you please share some example how to integrate external api developed in ASP.NET core in Nop.Web project.

Appreciate your help,
vg
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.