ACE Module HTTP Insert / rewrite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2013 12:05 PM
Hi,
When ACE receives for example: www.cars.department.com.br , we need the url was changed to
www.cars.department.com.br/dept-cars/
The host remains the same.
How can I do this ? Action-list http header rewrite / insert ?
Thanks
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2013 04:35 AM
Hi,
This was answered in one of the thread earlier.
you can achieve this by using HTTP redirection.
Use a class map to match the Host field / URI you want to match and foward the request to a redirect serverfarm with the right target.
Rewriting the URI or the payload of pages is not supported. Only HTTP redirections will work with the ACE.
regards,
Ajay Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2013 05:36 AM
Hi Kumar,
Thanks a lot
Regards
Sergio
