Hi, I need to add a unique variable to every GET request processed by the application without issuing a redirect. Is there a way to cleanly accomplish it in MP2?
The following is the illustration: Request that looks like /app?m=someparams received by the browser should become /app?m=someparams&appdata=requestlabel Thanks, Alex