I'm trying to use the GET method from Indy 10 however, my URL's length is bigger than 255 chars. And GET method only accepts "string" parameters.
body := httpCom.Get('..........wide string.........')
Delphi's compiler give me the error:
"String literals may have at most 255 elements"
Is there any solution or different third-party component to solve this?