I need to mask a portion of the url itself in my api layer. So if my actual request uri is say http://<my-api-server>/Patient/105, I do not want 105 (the Patient ID) to be displayed in the trace session. This requirement stems from the PHI requirements.
Any pointers?