Open lorypelli opened 2 hours ago
How is this able to identify if json is actually json without having Content-Type (the browser correctly knows a file is a json even without Content-Type)
json
Content-Type
and it does show all the json things (for example chrome the format button)
format
How is this able to identify if
json
is actuallyjson
without havingContent-Type
(the browser correctly knows a file is ajson
even withoutContent-Type
)