stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
211 stars 112 forks source link

common/entity: adds parameter to skip the If-Match Etag header #277

Closed joelrebel closed 11 months ago

joelrebel commented 11 months ago

This is a work around for (crappy) vendor implementations where the If-Match header does not work - even with '*' as the value, requests are incorrectly denied with an ETag mismatch error.