<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I would like to use Squid to forward requests to webservices.<BR>
I would like to accomplish the following:<BR>
<BR>
Traffic is initially directed directly to the Squid server at its internal address, for example:<BR>
    http://squid.server.local/first/webservice/<BR>
<BR>
The request to the actual webservice is originated from the Squid server, for example:<BR>
   https://internet-webservice.example.com/soap/in/<BR>
<BR>
I can configure Squid so that internal requests are connected to the external webservice. Client certificate authentication is handled by Squid. However this is based on the FQDN only, everything that comes after the FQDN (the second part of the URL) is passed through to the external service.<BR>
<BR>
I would like to modify the second part of the URL, so that an internal connection to ".../first/webservice/", is externally connected to ".../soap/in/"<BR>
Everything that comes after the second part of the URL should be passed through as usual.<BR>
<BR>
My question is: Can it be done?<BR>
<BR>
Kind regards,<BR>
Lucas
</BODY>
</HTML>