cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
745
Views
0
Helpful
3
Replies

SSL URL rewrite / http header rewrite

huangedmc
Level 3
Level 3

Is it possible to write a wild card action-list to re-write ALL URL responses from server to client?

For example, can I do:

action-list type modify http SSL_ACTLIST
 ssl url rewrite location *

policy-map type loadbalance http first-match L7_POLICY
class L7CLASS
action SSL_ACTLIST

Also, does SSL URL rewrite only rewrite response from server to client, or can it also rewrite request from client to server?

1 Accepted Solution

Accepted Solutions

Either way, they will be automatically added if you do not include the quotation marks.

Joel Lamousnery CCIE R&S - 36768 Engineer, Customer Support Technical Services

View solution in original post

3 Replies 3

jlamousn
Level 1
Level 1

Hey Huangedmc,

Use the following instead, that will cover any 302/301 redirect returned from the server and the ace will change it to https from http.

ssl url rewrite location ".*"

And Yes "ssl url rewrite" only rewrites the response from the server.

Thanks

Joel Lamousnery

TAC Customer Support Engineer


Joel Lamousnery CCIE R&S - 36768 Engineer, Customer Support Technical Services

With the quatation marks?

Either way, they will be automatically added if you do not include the quotation marks.

Joel Lamousnery CCIE R&S - 36768 Engineer, Customer Support Technical Services