cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
1
Replies

ACE Probe with special Caracters

quesne02
Level 1
Level 1

I need to probe a URL that contains the caracter "?".

I am working with the ACE and would like to know how can I put the URL within the probe format.

Thanks

1 Accepted Solution

Accepted Solutions

dario.didio
Level 4
Level 4

Hi,

It's one of the 2 solutions below, don't know which one :-)

you can use brackets [ ] or a slash in front of you question mark.

fe:

request method get url /search[?]number=10

If this doens't work, try to use the escape sequence like in IOS:

escape sequence is CRTL-V

so if you want to type it in a probe:

request method get url /search(type CTRL-V)?number=10

HTH,

Dario

View solution in original post

1 Reply 1

dario.didio
Level 4
Level 4

Hi,

It's one of the 2 solutions below, don't know which one :-)

you can use brackets [ ] or a slash in front of you question mark.

fe:

request method get url /search[?]number=10

If this doens't work, try to use the escape sequence like in IOS:

escape sequence is CRTL-V

so if you want to type it in a probe:

request method get url /search(type CTRL-V)?number=10

HTH,

Dario