I’ve seen application/csv used and also text/csv. Is there a difference? Does it matter which as long as the request matches something that’s available? Are they interchangeable? 5 s...
  • May 1, 2022
  • 0 Comments
In a blog post I use the following PHP to set the content-type of a response: header('content-type: application/json; charset=utf-8'); I just got a comment on that post saying that...
  • April 19, 2022
  • 0 Comments
Several of our users have asked us to include data relative to their account in the HTTP headers of requests we send them, or even responses they get from...
  • April 13, 2022
  • 0 Comments
When working with PDFs, I’ve run across the MIME types application/pdf and application/x-pdf among others. Is there a difference between these two types, and if so what is it?...
  • April 13, 2022
  • 0 Comments