Forum Discussion
MHsquared
1 year agoNew Member
Copy Activity
I'm trying to perform the copy activity from a site that appears to be running DNN. The file link appears to be a __doPostBack. (Post activity). Deeper investigation seems that there's a __RequestVer...
MHsquared
1 year agoNew Member
Anonymous
So my problem is I can't figure out how to get the __RequestVerification token, can you explain to me how to get this token from Azure's Web Activity?
It appears to be a Cross-Site Request Forgery (CSRF) token that isn't visible in the "output" of the web activity, so I can't I figure out how to extract it from any way in the response of the Web Activity.
Thank you for your assistance.
MHsquared
1 year agoNew Member
Does anyone have an idea on how to accomplish a Copy command from sites hosted by a DNN (the old DotNetNuke) and based on Microsoft's original IBS ASP.net development that uses CSRF as many government sites are using DNN to host their data, and thus making impossible to use Azure's no code options.