I did some more investigation and created my own api controller
When I inherit from UmbracoApiController everything works fine.
When I change my api to inherit from UmbracoAuthorizedApiController i also get the 401 unauthorized error. Even when I'm logged in to the backend in the same browser.
Backend Web API calls return 401 unauthorized
Hi,
I have problems setting a hostname on a node.
When I look in the Chrome debugger tools I seet that all calls to the umbraco Web API fail with the error 401 unauthorized.
Anyone else experieng this problem
This is v6.1.6
I did some more investigation and created my own api controller
When I inherit from UmbracoApiController everything works fine.
When I change my api to inherit from UmbracoAuthorizedApiController i also get the 401 unauthorized error. Even when I'm logged in to the backend in the same browser.
I only have this on one installation.
is working on a reply...