Forum Discussion

Devlin_T_149357's avatar
Nov 18, 2014

Question Mark character in URI string being escaped

Hello all

 

This is probably a ridiculous question but I am writing a URI rewrite profile (iRules out of the question for this deployment) and one of the server URIs has a query:

 

 

However, I'm finding that when I enter this value as the server URI on the URI rewrite profile, it shows on the CLI as:

 

path /forms/frmservlet\?config=efin42_java6

 

Thus if I do a Wireshark, the query is not being passed to the server, in fact it gets cut off after '/forms/.

 

Probably simply but how would we ensure this query is passed along?

 

Thanks!

 

2 Replies

  • Would be interested to know your TMOS version please?

     

    This could be a bug in the GUI, in which case I'd recommend you use tmsh to configure the path instead and ensure nothing is escaped.

     

  • Hello there

     

    We're on v11.4.1. I have actually tried configuring it via the CLI and still get the same result :(