andyrocket8 / blacklist

Application for IP address blacklisting
0 stars 1 forks source link

/download/... methods should provide file download interface #45

Closed andyrocket8 closed 8 months ago

andyrocket8 commented 8 months ago

On CISCO devices call of /download/blacklist does not work. Response returns "content-type: text/plain; charset=utf-8", and ISR does not recognize it as file

andyrocket8 commented 8 months ago

To set Content-Disposition to filename... we should fill 'filename' parameter in GET query of download handler calls. All functions properly.