You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am pretty new to REST APIs, historically we have interfaced with a Government agency using SFTP to download daily info via a ZIP file.
They are changing over to using REST APIs for the same extracts. I have Nightingale configured to perform the GET request, I get through to the server, and data is returned - what appears to be a binary representation of the ZIP file, but I am not prompted to actually download the ZIP file.
Can anyone help me understand how to configure Nightingale to actually download the ZIP file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am pretty new to REST APIs, historically we have interfaced with a Government agency using SFTP to download daily info via a ZIP file.
They are changing over to using REST APIs for the same extracts. I have Nightingale configured to perform the GET request, I get through to the server, and data is returned - what appears to be a binary representation of the ZIP file, but I am not prompted to actually download the ZIP file.
Can anyone help me understand how to configure Nightingale to actually download the ZIP file?
The Headers in my GET request are:
Accept application/zip
Content-Type application/json
I actually tried changing Content-Type to application/ZIP, no change - the output window displays the Binary of the ZIP file.
Thanks, all.
Beta Was this translation helpful? Give feedback.
All reactions