Change parameter in all History-info headers but not in the last one
Hi All,
I'm trying to create an HMR that changes the privacy parameter in the history-info but the problem is that we need to change all history-info headers except the last one which needs to stay untouched. What makes the issue more complex is that the number of history-info headers can vary.
So far we have the HMR to do the right change but we're not able to stop it from changing the last history-info.
Is there any why to create this limitation?
Maybe comparing the RURI and the URI in the histroy-info and don't apply the the HMR where the RURI==URI?