also looks like some servers do send `br` encoded response body and this seems to be advertisied by firefox browser ``` "Accept-Encoding": "gzip, deflate, br", ``` ^ this seems to be the reason why this is reproducable when proxiying browser traffic and not when using curl  _Originally posted by @tarunKoyalwar in https://github.com/projectdiscovery/proxify/issues/519#issuecomment-1994234871_