request headers

  1. neutrinou

    Apache behind OpenLiteSpeed behind nginx, X-Forwarded-For is modified

    Good morning, I have an issue with OpenLiteSpeed. My front proxy is nginx and it passes the trafic to OpenLiteSpeed, then OpenLiteSpeed pass it to Apache. At the nginx level, I'm crafting the correct X-Forwarded-For / X-Forwarded-Host / X-Forwarded-Proto for the request. However, after passing...
  2. 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