Open
Description
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.