<div dir="ltr">Thank you very much !!! <br>Works !!! <br><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ср, 21 июн. 2023 г. в 22:42, Alex Rousskov <<a href="mailto:rousskov@measurement-factory.com">rousskov@measurement-factory.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/21/23 08:04, Alexeyяр Gruzdov wrote:<br>
<br>
> I need to put the requested URL for each user who send <br>
> request to squid.<br>
<br>
I believe you can use logformat %codes in quoted request_header_add <br>
header field values. For example:<br>
<br>
     request_header_add X-Special-Header "%ru"<br>
<br>
Be careful with URL value adaptation, encoding, and size though. There <br>
are important differences between %ru and %>ru codes. See <br>
squid.conf.documented for details.<br>
<br>
<br>
HTH,<br>
<br>
Alex.<br>
<br>
<br>
<br>
> вт, 20 июн. 2023 г. в 09:35, Alexeyяр Gruzdov <<a href="mailto:my.shellac@gmail.com" target="_blank">my.shellac@gmail.com</a> <br>
> <mailto:<a href="mailto:my.shellac@gmail.com" target="_blank">my.shellac@gmail.com</a>>>:<br>
> <br>
>     Hello all !<br>
> <br>
>     I have web app on the server listens on port 8089. This app<br>
>     processes the Get or Post requests, and also checks if there is<br>
>     specific header in request. For example if I will do on the server<br>
>     request like:<br>
> <br>
>     curl -H “X-my special header:<a href="https://example.com" rel="noreferrer" target="_blank">https://example.com</a><br>
>     <<a href="https://example.com" rel="noreferrer" target="_blank">https://example.com</a>>” <a href="http://127.0.0.1:8089/send" rel="noreferrer" target="_blank">http://127.0.0.1:8089/send</a><br>
>     <<a href="http://127.0.0.1:8089/send" rel="noreferrer" target="_blank">http://127.0.0.1:8089/send</a>><br>
> <br>
>     I will get it working properly I will get answer from <a href="http://example.com" rel="noreferrer" target="_blank">example.com</a><br>
>     <<a href="http://example.com" rel="noreferrer" target="_blank">http://example.com</a>> over my application<br>
> <br>
>     A questions:<br>
> <br>
>     1. How I can to add the specific header to request with put the<br>
>     value of this header like requested URL ??? Something like “X-my<br>
>     special header: <requested url><br>
> <br>
>     2. How I could to put the cache peer host as  originserver option as<br>
>     url ?  Something like<br>
> <br>
>     <a href="http://127.0.0.1:8089/send" rel="noreferrer" target="_blank">http://127.0.0.1:8089/send</a> <<a href="http://127.0.0.1:8089/send" rel="noreferrer" target="_blank">http://127.0.0.1:8089/send</a>><br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> squid-users mailing list<br>
> <a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
> <a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div>