Invalid Content Disposition Header
StefanoD opened this issue · 1 comments
StefanoD commented
According to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition the parameters of the content disposition header must be quoted. Instead APS.Net Core sends them without quote:
attachment; filename=latest_bin.txt; filename*=UTF-8''latest_bin.txt
I'm using .Net Core 2.0
Petermarcu commented
Moved this issue here: dotnet/aspnetcore#2288