Hi!
I have SurfaceController which returns JsonResult. This controller is available only for authorized members. Now I want to send a get request from a delphi application. Is there a way to pass the authorization?
Thanks
I solved my problem as written here:
[https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/57862-Authentication-to-call-the-WebAPI-by-external-application][1]
delphi and umbraco permission
Hi! I have SurfaceController which returns JsonResult. This controller is available only for authorized members. Now I want to send a get request from a delphi application. Is there a way to pass the authorization? Thanks
Hi Shada,
Can you show your SurfaceController code ?
Maybe you have some restriction attibute ?
Thanks, Alex
Alex Skrypnyk, I have action "GetCatalogs" resolution for the role "CertifiedServiceCenters"
Delphi project:
But of course it doesn't work because I'm not authorized
I solved my problem as written here: [https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/57862-Authentication-to-call-the-WebAPI-by-external-application][1]
Thanks
is working on a reply...