Content-Type rejected: ``
https://github.com/fluent/fluent-bit/blob/060418c51bea221f0f6a1992f44dbdee7845f490/plugins/in_http/http_prot.c#L526-L529
Can we update the conditional here to allow application/json;charset=utf-8 as the Content-Type? Currently the conditional just checks for application/json (length 16) so the encoding value causes a failure. See this in AWS Fargate at the moment with Serilog and the dotnet Http sink. Ref
Can you submit a PR?
Can you submit a PR?
@patrick-stephens submitted https://github.com/fluent/fluent-bit/pull/9023
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
This issue was closed because it has been stalled for 5 days with no activity.