cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
0
Helpful
1
Replies

ACE URI rewrite

dustintodd2
Level 1
Level 1

I need to rewrite URI. So for instance user requests:

blah.com/

I need to rewrite it to

blah.com/blah

I am looking at action-list and trying to figure out which header name to use for the URI rewrite. (This is not an SSL scenario, http in/http out)

header rewrite {request | response | both} header-name header-value expression replace patte

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

this can't be done with an action-list.

The ACE does not modify URI.

However, you can create a rule to intercept the uri "/" and send an http redirect to "/blah".

This has the same effect.

Gilles.