Search results

  1. M

    RequestsHeader's set problem

    Ok I see now that with RequestHeader to another server ENV doesn't survive. Now I'm trying with Syntax: [Header]|RequestHeader [condition] set|append|merge|add|unset header [value] [early|env=[!]variable] But it looks that condition either I don't know how to set it up or it doesn't work.
  2. M

    RequestsHeader's set problem

    Hi, thanks for reply. This is RULE RewriteCond %{HTTP_USER_AGENT} (blah.blah|abra.kadabra) RewriteRule .* - [E=SET_REAL_ORIGIN:https://%{HTTP_ORIGIN},NE] RewriteRule .* - [E=SET_ORIGIN:https://%{HTTP_HOST},NE] IN HEADER I SETUP: RequestHeader set 'X-Real-Origin' %{SET_REAL_ORIGIN}e...
  3. M

    RequestsHeader's set problem

    Hi, Have some issues with RequestsHeader's and ORIGIN. On the end point i recived two Origin HEADER's even if I SETUP #I even try with RequestHeader unset Origin but it doesn't work RequestHeader set Origin https://app.SETorigin.com LOG attached Thanks
  4. M

    mod_headers.c is not working

    Hi, I'm seraching around openlite documentation and can not find is this is possible with Openlitespeed. Would like to set RequestHeader if condition is true This is my nginx config which works fine. set $var_x_real_origin ''; set $var_real_origin $http_origin; if ($http_user_agent ~*...
Top