I have an httpRedirect for pdf files that works fine. What I need is to add the original URL to the end of the redirection as a querystring
<httpRedirect enabled="true" exactDestination="true" httpResponseStatus="Found">
<add wildcard="*.pdf" destination="/test.aspx?pdf=<OLD_URL>"/>
</httpRedirect>