You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/06/28 14:22:37 UTC

[GitHub] [trafficserver] mbakturk commented on issue #1417: PURGE request returns 404 when map rule uses authproxy

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

   Hi. I have similar problem. I always get 404 not found error.  I use Traffic Server 9.1.2.
   
   remap.config:
   
   map http://localhost:8080 https://example.com @plugin=authproxy.so @pparam=--auth-transform=redirect @pparam=--auth-host=127.0.0.1 @pparam=--auth-port=9000
   
   map http://127.0.0.1:9000 http://192.168.1.6:9000
   
   records.config
   CONFIG proxy.config.http.server_ports STRING 8080 9000  8080:ipv6
   CONFIG proxy.config.url_remap.remap_required INT 1
   CONFIG proxy.config.http.doc_in_cache_skip_dns INT 0
   
   
   


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org