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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -