Relative Content

Tag Archive for javaspring-bootitext

Download not working from the response on Spring Boot

I can’t download from the response. I don’t know what I’m doing wrong.
I tried changing content-type to octet-stream, application/pdf, tried not using “produces”. If i write it locally instead of downloading, it generates the pdf perfectly. But if i’m trying to download from the response, it doesnt work.