How can I get Http request parameters from URL in custom filter in UCM?
I have a custom filter implemented in UCM. I want to fetch some Http request parameters which comes in a particular case. How can I fetch those parameters.
Currently I am trying with this.
dataBinder.getLocal("Auth");
Please suggest.
Thanks