Hello all !<div dir="auto"><br></div><div dir="auto">I have web app on the server listens on port 8089. This app processes the Get or Post requests, and also checks if there is specific header in request. For example if I will do on the server request like:</div><div dir="auto"><br></div><div dir="auto">curl -H “X-my special header:<a href="https://example.com">https://example.com</a>”  <a href="http://127.0.0.1:8089/send">http://127.0.0.1:8089/send</a></div><div dir="auto"><br></div><div dir="auto">I will get it working properly I will get answer from <a href="http://example.com">example.com</a> over my application </div><div dir="auto"><br></div><div dir="auto">A questions:</div><div dir="auto"><br></div><div dir="auto">1. How I can to add the specific header to request with put the value of this header like requested URL ??? Something like “X-my special header: <requested url></div><div dir="auto"><br></div><div dir="auto">2. How I could to put the cache peer host as  originserver option as url ?  Something like </div><div dir="auto"><br></div><div dir="auto"><div><a href="http://127.0.0.1:8089/send">http://127.0.0.1:8089/send</a></div><br></div><div dir="auto"><br></div>