mlibbey commented on issue #1417:
URL: https://github.com/apache/trafficserver/issues/1417#issuecomment-1170713108

   This is one of ours:
   map http://inbound \
       http://origin \
       @plugin=authproxy.so @pparam=--auth-transform=range
   
   map http://origin \
       http://origin \
       @plugin=conf_remap.so @pparam=proxy.config.http.cache.http=0 \
         @pparam=proxy.config.url_remap.pristine_host_hdr=1
   
   (I don't know why we have that pristine host setting -- looks pointless to 
me). If that doesn't work, could also try setting
   proxy.config.http.insert_request_via_str 
(https://docs.trafficserver.apache.org/admin-guide/files/records.config.en.html#proxy-config-http-insert-request-via-str)
 in one of them (dunno if it matters which!). Stripping the via should prevent 
the loop detection.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to