I'm working on a stress test where I download a file, in a very simple GET service:
/ api / report / XXXXXXXX / user / 23452 / file / 9989 / download
Everything happens OK, I wonder if the download response, which comes with characters of type "ÅßN- & ë · Úñï", is possible to download the pdf file by Jmeter?
Note: This service also has a SOAP version, in it I was able to decode the base64 and download the .pdf from the BeanShell PostProcessor in Java.
But the structure and return of the rest does not give me this. I would like to know if I can download .pdf from the response?