cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
0
Helpful
2
Replies

How to add a query string to an url.

lucbisson
Level 1
Level 1

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?

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

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.

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?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: