Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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 __RequestVerficationToken being used, but I can't seem to find this being passed back in the Web Activity, with all the other tokens that have been discussed throughout all the other forums.
How do I go about handling this within Azure Data Factory with no code?
@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.
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.
Hi @MHsquared ,
You can create a web activity and fill in the __doPostBack and __RequestVerification Token parameters in the Body.
If the response is a file download link, you can use the Copy Data activity to download the file. If the response is in JSON or another data format, you can use a Set Variable activity or a ForEach activity to further process it.
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.