URI blocking
1 TopicWant to block URI containing # special character but the irule doesnt work
Hi Gents, If some experts can help me to find the reason that why the below URI are not blocking using the irule below. What I understand till now that "#" in the URI doesnt match the irule condition because the browser doesnot forward it to the server, if yes how can I fix it. URI: /portal/apps/sites/#/home Irule: when HTTP_REQUEST { set uri [string tolower [HTTP::uri]] if { ($uri contains "/portal/apps/sites/#/home") } { HTTP::respond 403 } } BR,832Views0likes8Comments