WiRL icon indicating copy to clipboard operation
WiRL copied to clipboard

function SmartConcat destroys queryparams if one contains a colon character

Open fperana opened this issue 11 months ago • 1 comments

This code:

    if IsAbsoluteUrl(LValue) then
      Result := LValue
    else
      Result := Result + LValue;

will overwrite any previous parameter if a subsequent one contains the colon character in its payload.

This can be resolved by correctly encoding the parameters' string, which is now broken in WiRL 4.5.

fperana avatar Mar 22 '24 10:03 fperana

Hello @fperana,

can you post a sample of such a parameter?

paolo-rossi avatar May 24 '24 09:05 paolo-rossi