flamingos-cant (hopepunk arc)

Webp’s strongest soldier.

  • 93 Posts
  • 165 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


























  • The HTTP headers can be wrong, the only definitive way to determine a file’s content type is to read it. This is why you can stick an image that has a mime type header of application/octet-stream in an img tag and it’ll mostly work. Most binary formats will have some kind of magic number at the start to help determine it.