But replies doesn’t work to me.
Example:
( ( name of it, id of it, name of site of it, ( parenthesized part 1 of it ) of matches ( regex
“action parameter query %22([^%22]*)” ) of script of
default action of it ) ) of bes fixlets whose ( exists
default action whose ( script of it contains
“action parameter query” ) of it )
My response:
This expression contained a character which is not allowed.
From your other post, please check all your double-quotes.
The following worked for me:
( ( name of it, id of it, name of site of it, ( parenthesized part 1 of it ) of matches ( regex "action parameter query %22([^%22]*)" ) of script of default action of it ) ) of bes fixlets whose ( exists default action whose (script of it contains "action parameter query" ) of it )
It may depend upon how you are sending the query. Session relevance tester? Presentation debugger? Curl? Powershell?
You may need the entire query to be URL-encoded. Some of these tools do it for you, for others you may need to encode it before sending the query. Can you give some more info on your workflow?