Recent content by Mjbmr

  1. M

    Accept-Encoding is altered on proxy

    Due to my privacy I cannot reveal the domains I'm working on. I use OLS not just as proxy, I use it for everything now. but I explain again, it needs to fix two things: 1. When proxing it should relay 'Accept-Encoding' to the backend and relay the respond to the client as is. Note: It always...
  2. M

    Accept-Encoding is altered on proxy

    I actually ran into more problems, I found out that openlitespeed always send 'Accept-Encoding: gzip' to the backend, then decompressed the content, then it removes 'Transfer-Encoding: chunked' from the respond headers but never adds a 'Content-Length', which makes sense the openlitespeed...
  3. M

    Accept-Encoding is altered on proxy

    I have created a simple python script using sockets, I use openlitespeed to proxy to this http backend, I see openlitespeed is altering accept-encoding in requests headers, only if accept-encoding is equal to "br", the accept-encoding is "br", anything else is converted to "gzip", for example if...
Top