Henning Scholz
Henning Scholz
**Is your feature request related to a problem? Please describe.** I'm having a flask application which is integrating via OIDC with an OIDC provider which has a custom certificate. Currently...
All the `http_helper.HttpDo*` methods do not use the globally configured proxy settings. This works for HTTPGet since #553 but as HTTPGet doesn't support additional Headers (e.g. Accept or Authorization) we...
The `JSON_CONTENT_TYPE_PATTERN` in `JsonFormat` is too restrictive: valid registered media-types like https://www.iana.org/assignments/media-types/media-types.xhtml e.g. `vnd.hal+json` is not accepted.