Is it possible from a httprequest, to extract the image types/mimes, that the client browser support.
I know that it is possible determine what the browser is, and the preferred image type, but not a list of all the supported.
It this even possible?
I am currently trying to optimize the mediahandling of my page, Webscore indicate that nextGen image should be served, as the once served now are too big.
Serving nextgen is not that difficult, currently is all the nextgen version not supported by all the browsers, and support list is currently hardcoded in a switch case. It would be neat if the client browser could provide me with info regarding what it supports, rather than having a list that very likely might become outdated due to updates.
This is why I am seeking for browser media format compatibility list from the mediaRequest been sent.