Skip to content

Running scripts with a parameter that contains invalid uri data does not work. #254

Description

@fuzzzerd

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdata-apiPertaining to the Data API.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions