I have a target-url configured like: target-url: $(some-value)/user-api$(api.operation.path)$(request.search)
There is a parameter passed to this of: includeClientProfile=true
The url is resolving to: https://api.<some-value>.com/user-api/User?includeClientProfile=true?includeClientProfile=true
My question is.. why would the query parm value double up at this point? This was working in v5 compatible, but after we've migrated to v10 we're seeing this issue (which is causing a 400 Bad Request) from the backend.
------------------------------
Jeff Bennett
------------------------------