In Javascript, I tried to use XMLHTTPRequest to access a public github repository file (and convert the string in the file into some js object that I can use later), which works perfectly okay on my terminal using Node; however, it keeps returning a status of 0 (in instead of 200) when I implemented it in Qualtrics.
My guess is because it’s a cross-domain operation. And I found an instruction page on Qualtrics support that walks you through using SFTP.
Does anyone have experience with this or some advice as into what to do in this scenario?



