Here I am getting a response from my api but the thing is I am getting(downloading) the file by the name CAT-L489-H342 which is without any extension. What I want the response name to be like this Datasheet-CAT-L489-H342.pdf as I am getting the response in the form of pdf which is downloading too.
Can anyone help me in this situation?
I tried using Content-Type= application/pdf
actual- CAT-L489-H342 expected- Datasheet-CAT-L489-H342.pdf