cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

how to configure ace to send the response as forbidden code or bad request based on the URL string

svenkateshv
Level 1
Level 1

I have a requirement where ACE has to forbidden the HTTP access to the URL based on the strings in the URL  /admin/ or /console/ .  I believe I can match the traffic with the following class-map, but how to action on it to forbidden? example configurations? 

class-map type http loadbalance match-any Forbidden-admin-access
   2 match http url /admin/.*
   3 match http url /console/.*

 

Who Me Too'd this topic