RedirectDownload URL from Windchill OData Fails to Download File
Hi Community,
I'm working on a ThingWorx 9.6 system integrated with Windchill (using WindchillAuth). I'm trying to download file content from Windchill using the URL I get from an OData response, but Iām running into an issue.
From the Windchill OData service, I receive a URL like this: https://<windchill-host>/Windchill/servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/20147_910-92%20CACAO%20MASSA%20PLANT.zip?u8&redirect=true&ContentHolder=wt.doc.WTDocument:3xxx462&HttpOperationItem=wt.content.ApplicationData:45xxxxx52&forceDownload=true
I want to download this file from Windchill into ThingWorx (or serve it in a Mashup).
I'm using WindchillAuth in the Integration Connector, and other OData calls are working fine.
When I try to download this file using the above URL (either through the connector or directly), it fails. same happens with 2dthumbnial also
When I paste the same URL in a browser (while logged into Windchill from other tab), it works and downloads the file.

