HTTP Headers are case-insensitive. My provider or my HTTP library returned the headers as all-lowercase and therefore the Object headers were not returned correctly.
According to the official HTTP specs, HTTP headers should be case insensitive. I suggest we implement that here as well.
HTTP Headers are case-insensitive. My provider or my HTTP library returned the headers as all-lowercase and therefore the Object headers were not returned correctly.
According to the official HTTP specs, HTTP headers should be case insensitive. I suggest we implement that here as well.