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=...
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
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
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
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
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
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