I want to deny on specific REST calls like: www.domain.com/REST/NS?index=true
if there is ?index= I want to deny. Also this index=true could be post in x-www-urlencoded, form, index, how can I block based on index form in x-www-urlencoded? thanks, Robert

