Describe the bug
Running scripts with a parameter that contains invalid uri data does not work.
Steps To Reproduce
var scriptResult = await _client.RunScriptAsync(
layout: "some-layout",
script: "some-script"
scriptParameter: "some param with hash # or @ or other non-uri friendly data"
);
Expected behavior
Script parameter received by FileMaker contains the full string:
"some param with hash # or @ or other non-uri friendly data"
Actual Result
"some param with "
fmdata version
v4.x
Describe the bug
Running scripts with a parameter that contains invalid uri data does not work.
Steps To Reproduce
Expected behavior
Script parameter received by FileMaker contains the full string:
Actual Result
fmdata version
v4.x