Hello guys,
Is there any way to have a public endpoint using umbraco 7?
i have an UmbracoAuthorizedApiController class and if im not logged into the backoffice i cannot access it, always returns "Authorization has been denied for this request.".
I wanted it to be public so my mobile app could access it and consume the data.
Authorization has been denied for this request.
Hello guys, Is there any way to have a public endpoint using umbraco 7?
i have an UmbracoAuthorizedApiController class and if im not logged into the backoffice i cannot access it, always returns "Authorization has been denied for this request.".
I wanted it to be public so my mobile app could access it and consume the data.
Instead UmbracoAuthorizedApiController use UmbracoApiController as a base class.
That should do it.
Dave
Thanks mate you are the real mvp hehe
cheers
No problem. You are welcome
Don't forget to mark the topic as a solution. So other can find it as well.
Dave
is working on a reply...