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
Post a Comment