Description
The iRacing /data API incorrectly serves chunked JSON data with the Content-Type: application/octet-stream header instead of the expected application/json. This behavior deviates from standard REST practices and requires specialized handling in the client.
Current workaround
irdata_js explicitly checks for application/octet-stream when retrieving Chunk data and "correcting" the contentType to application/json.