Respond with file download to incoming HTTP request
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
This simple workflow demonstrates how to get an end user's browser to download a file. It makes use of the Content-Disposition header to set a filename and control the browser behaviour.
A use case could be the download of a PDF file at the end of an application process or to export data from a database without replacing the current page content in the browser.
With this approach, the current page remains open and the file is simply downloaded instead:
The original idea was first present here by @dickhoning in the n8n community.