Getting data from an UmbracoAuthorizedJsonController
Hi,
I'm having some difficulty retrieving JSON data from a controller that inherits from UmbracoAuthorizedJsonController. The call seems to be rejected as 401 Unauthorized.
If I move the call to a regular UmbracoApiController then it seems I can access the data as expected.
This has actually worked out okay for my current situation as the data isn't sensitive, but if that situation changes, is there any way I can hook it up with some sort of secure call?
Thanks
(Also thanks for the great work, this package is incredibly useful!)
You has to create authentication mechanism for using UmbracoAuthorizedJsonControllers in Umbraco, there are no other ways to use UmbracoAuthorizedJsonController without authentication.
Getting data from an UmbracoAuthorizedJsonController
Hi,
I'm having some difficulty retrieving JSON data from a controller that inherits from UmbracoAuthorizedJsonController. The call seems to be rejected as 401 Unauthorized.
If I move the call to a regular UmbracoApiController then it seems I can access the data as expected.
This has actually worked out okay for my current situation as the data isn't sensitive, but if that situation changes, is there any way I can hook it up with some sort of secure call?
Thanks
(Also thanks for the great work, this package is incredibly useful!)
Hi Alimac
You has to create authentication mechanism for using UmbracoAuthorizedJsonControllers in Umbraco, there are no other ways to use UmbracoAuthorizedJsonController without authentication.
Thanks,
Alex
is working on a reply...