NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe
AudricV b9e463de49
[Bandcamp] Send Content-Type header in POST requests
This header was not sent before and was added and guessed by OkHttp. This can create issues when using other HTTP clients than OkHttp, such as Cronet.

Also make use of StandardCharsets.UTF_8 when getting bytes of bodies instead of the platform default's charset, to make sure to prevent some encoding issues on some JVMs.
2022-11-22 11:35:46 +01:00
..
extractor [Bandcamp] Send Content-Type header in POST requests 2022-11-22 11:35:46 +01:00