http - How does Firefox handle Content-Disposition? -


i'm programming on web server, when download file(filename's code utf8) server firefox 55.0.3, fill in content-disposition section

'filename* + utf-8' ' + urlencoded string'

and

'filename* + utf-8' ' + original string',

both can work fine, however, chrome doesn't support second one, how dose firefox know string urlencoded string or original string?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -