How to add a query string to an url.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 06:04 AM
using the cisco ace 4710, we want to pass to the IIS server the same URL but to concatenate a query string to it: like if a browser sends me the url www.thepersonal.com I want to transform it to www.thepersonal.com?https=true. How can we do it?
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 03:02 AM
You can only do it through a redirect.
Otherwise, instead of inserting the string into the url, you could insert it inside the header.
You will have to modify your application to look into the header instead of the url.
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 05:42 AM
Thank's Gilles. We tried it in the header but it seems that on the request side, the header was not inserted. Only in the response. Is there a parameter that we can set on the ACE to allow insertion while the request is done?
