Skip to content

Added additional codecs for decoding HTTP requests

Armin Huremagic requested to merge agix/bridgedb:issue#34318 into develop

In case the request is not 'utf-8' encoded, this fix checks for additional codecs, in this case 'latin-1' and adds a try-catch block to it.

Fixes #34318 (closed)

Merge request reports