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

ACE http url rewrite-redirection-instertion

waltermavely
Level 1
Level 1

Hi all,

i have requirement from customer side whenever someone access the url  https://tes-db.abc.test.com:8181/order/orderService.* need to rewrite or redirect to same server but need to insert extra line on extension  URI https://tes-db.abc.test.com:8181/first_service/data/order/orderService.*

i have checked following link but its not working how can i achieve this redirection on ace

http://www.cisco.com/c/en/us/td/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA5_2_x/release/note/ACE_app_rn_A52x.html#wp791433

 

Regards

Walter

3 Replies 3

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi Walter.

If it is https://xxxx,  then you ACE should be responsible for SSL termination or there is no way for ACE to look into http header to perform the necessary modifications and this is true for both redirection and rewrite. If you just want to redirect the client request from https://xxxx to https://yyyy, then redirection is the best solution. If you want to rewrite the server response then you need to use the "rewrite" feature. If you give me more details, i can help with the configuration. 

Regards,

Kanwal

NOTE: Please mark answers if they are helpful.

Hi Fnu,

Thanks for your reply , the external client are accessing to the url https://tes-db.abc.test.com:8181/order/orderService.*  but recently changed url extension from server side https://tes-db.abc.test.com:8181/first_service/data/order/orderService.* 

when client access https://tes-db.abc.test.com:8181/order/orderService.* need to forward to new url https://tes-db.abc.test.com:8181/first_service/data/order/orderService.* 

 

Thanks

Hi Walter,

You can do redirect or rewrite but only if SSL termination is happening on ACE.

Regards,

Kanwal

Note: Please mark answers if they are helpful.