jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Send and Download option doesn't read ContentType / MIME type #193

Open 06MasonG opened 3 years ago

06MasonG commented 3 years ago

When sending a request to an endpoint that returns a file, the 'Send and download' option always saves as an .xml file type?

The desired behaviour would be to read the Content-Disposition and Content-Type headers and process the download accordingly.

image