Base solution for your next web application
Open Closed

Using ABP as restful API #2117


User avatar
0
birthdaycensus created

I need to consume the services exposed by my ASP.NET Zero project from a mobile client but this is not working.
I have a CategroyAppService that has a GetCategory method. I am able to call this method from the JavaScript proxy (abp.services.app.category.getCategory) on the web client, but I am receiving 'Empty or Invalid anti forgery header token.' whenever I try to access /api/services/app/category/getcategory?id=1
How do I resolve this, Please


3 Answer(s)