Dears,
I try to use the http get method download csv file from below link ( http://mopsfin.twse.com.tw/opendata/t187ap04_L.csv ) and save the file to my onedrive. My designed flow as below, but it's always show the error status code 302. Does anyone have idea about this code or any suggestion to download the file.
Error:
Hi Jay,
After I adjust the URL it's success to download the csv file. Thank you.
Hey @louiswang
A HTTP 302 response code is generated by the web server to indicate that the requested resource has been moved (temporarily) to a new location. If this were a browser request you would be auto redirected.
Looking at the request in fiddler... it is being redirected to HTTPS... so simply try this URL: https://mopsfin.twse.com.tw/opendata/t187ap04_L.csv
HTH
Jay
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1