Closed oksuz closed 6 years ago
Hello, I am requesting to a url, and url returns Content-Encoding as UTF-8. Webb throws an exception with messsage: (WebbUtils -> wrapStream method)
unsupported content-encoding: UTF-8
I checked out the code, it's only supporting that content-encodings null, identity, gzip, deflate values.
How do I support UTF-8 encoding ?
service is returning invalid content-encoding. possible content-encodings defined in mdn https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
thank you.
Hello, I am requesting to a url, and url returns Content-Encoding as UTF-8. Webb throws an exception with messsage: (WebbUtils -> wrapStream method)
I checked out the code, it's only supporting that content-encodings null, identity, gzip, deflate values.
How do I support UTF-8 encoding ?