Our server returns a response with a Content-Disposition similar to this:
Content-Dis filename*=UTF8''Feedback.btwx
The url does not contain the trailing 'x' i.e. the url is of the form /Feedback.btw.
It is my understanding that the browser is supposed to use the filename in the Content-Disposition rather than basing the filename on the URL, but Edge downloads the file "Feedback.btw", not "Feedback.btwx".
Is this a known issue, or am I misunderstanding Content-Disposition?