Hi all,
Our codebase uses an sdk that appends the user agent string to the Content-Type of the http request. (Content-Type: application/json-patch+json+libhttp/8.03+(PlayStation+4))
When we make a POST to our IIS service website, we receive a 415 - Unsupported Media Type. If the user agent string is removed from Content-Type, we receive the expected 200 OK.
We have tried working around this by adding a MIME type to the IIS website config. We tried several extensions that should work for basic strings that weren't already being used (.log, .asc) with the value being "libhttp/8.03+(PlayStation+4)". But we still receive 415s.
Is there a known way to handle this? Our IIS version is 8.5.