Skip to content

Curl requests > 1023 characters fail owing to strings being pushed to multi line #322

Open
@apatel-rms

Description

@apatel-rms

When a curl request has more than 1023 characters, VBA inserts a new line into the string web_Curl within WebClient. This can cause the WebHelpers.ExecuteInShell(web_curl) function to fail as the curl request is incomplete on a single line.

This can be fixed by creating a multi-line curl command instead and allowing the request to go over multiple lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions