Hi. I am new in dnn and I try to develp a example module. I am following the "Module Development for Non-Developers, Skinners, & DNN Beginners - Blog Series Intro". I am in 14th step: "using jquery and ajax".
I run dnn in local. When I run the web, I click F12 in my browser and it returns me this error:
jquery.min.js?cdv=3:5 GET http://localhost:41505/DesktopModules/Hv_EvE/API/ModuleTask/GetTasks?moduleId=416
401 (Unauthorized)
b.ajaxTransport.send @ jquery.min.js?cdv=3:5
b.extend.ajax @ jquery.min.js?cdv=3:5
b.each.b.(anonymous function) @ jquery.min.js?cdv=3:5
b.extend.getJSON @ jquery.min.js?cdv=3:5(anonymous function) @ (index):226
I followed all steps, but I got 401 Unauthorized. How can I fix it?
Thanks