Re: [squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Alex Rousskov
On 2024-09-17 10:43, Martin A. Brooks wrote: On 2024-09-17 15:13, Alex Rousskov wrote: What makes you think that CONNECT requests are not sent to the rewriter? In my quick-and-dirty tests, Squid does send CONNECT request targets to the URL rewriter program and honors rewriter's rewrite-url=...

Re: [squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Nishant Sharma
Sorry for jumping the gun. Just read your mail again. You want to redirect and not block. Regards, Nishant On 17 September 2024 4:04:24 pm UTC, Nishant Sharma wrote: >Hi Martin, > >On 17/09/24 19:04, Martin A. Brooks wrote: >> On 2024-09-17 13:39, Martin A. Brooks wrote: >>> I am trying to use

Re: [squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Nishant Sharma
Hi Martin, On 17/09/24 19:04, Martin A. Brooks wrote: On 2024-09-17 13:39, Martin A. Brooks wrote: I am trying to use a URL rewriter program to redirect client requests for certain URLs elsewhere.  I found this on github which seems to do what I need: https://github.com/rchunping/squid-urlre

Re: [squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Alex Rousskov
On 2024-09-17 09:34, Martin A. Brooks wrote: Proxied HTTPS requests use CONNECT and, for whatever reason, this appears to bypass the url rewriter. What makes you think that CONNECT requests are not sent to the rewriter? In my quick-and-dirty tests, Squid does send CONNECT request targets to

Re: [squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Dieter Bloms
Hello Martin, On Tue, Sep 17, Martin A. Brooks wrote: > On 2024-09-17 13:39, Martin A. Brooks wrote: > > I am trying to use a URL rewriter program to redirect client requests > > for certain URLs elsewhere. I found this on github which seems to do > > what I need: > > > > https://github.com/rch

Re: [squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Martin A. Brooks
Hi On 2024-09-17 13:39, Martin A. Brooks wrote: I am trying to use a URL rewriter program to redirect client requests for certain URLs elsewhere. I found this on github which seems to do what I need: https://github.com/rchunping/squid-urlrewrite Running this on the command line as shown in

[squid-users] Squid appears to be ignoring url_rewrite_program

2024-09-17 Thread Martin A. Brooks
Hello folks, I am trying to use a URL rewriter program to redirect client requests for certain URLs elsewhere. I found this on github which seems to do what I need: https://github.com/rchunping/squid-urlrewrite Running this on the command line as shown in the instructions appears to show i