<div dir="ltr">Hi,<div><br></div><div style>if I use append_hf() for adding my custom header to initial request, how I can remove this header later ?</div><div style><br></div><div style>What I&#39;m doing:</div><div style>
<br></div><div style>1) initial request: remove RPID header with remove_hf</div><div style>2) initial request: add custom RPID header append_hf</div><div style>3) after rerouting: in failure_route remove RPID header remove_hf</div>
<div style>4) after rerouting: in failure_route add custom RPID header with append_hf</div><div style><br></div><div style>The result of this, are 2 RPID headers, because remove_hf did not catch RPID header added in step 2, but I think the original one that was removed already in step 1.</div>
<div style><br></div><div style>Thanks,</div><div style>Mino</div><div style><br></div><div style><br></div><div style><br></div></div>