ACE http url rewrite-redirection-instertion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2015 07:33 PM
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
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2015 05:09 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2015 04:08 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2015 10:35 AM
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.
