TIL: Add the "download" attribute on the link tag when calling the download endpoint
Downloading pdf or any other documents is very common in day-to-day web applications. We often see buttons like Download, Generate Invoice, etc buttons in web applications that makes calls to a GET endpoint which does some computations and downloads ...
Jan 3, 20242 min read326
