Added additional codecs for decoding HTTP requests
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)
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)