I\'m using vuejs 2 + axios. I need to send a get request, pass some params to server, and get a PDF as a response. Server uses Laravel.
So
axios.get(
I had similar issues- I ended up creating link and downloading from there.
I put more details of how in the answer on another stackoverflow question.