Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: cURL Help
From: Daniel Stenberg via curl-users <curl-users_at_cool.haxx.se>
Date: Tue, 25 Jun 2019 22:58:45 +0200 (CEST)
Date: Tue, 25 Jun 2019 22:58:45 +0200 (CEST)
On Tue, 25 Jun 2019, Nick Frese via curl-users wrote:
> We are using Filemaker Pro to submit to Pardot’s API. We are new to all
> this, and I am having all sorts of issues with the cURL options. Here is
> what I am sending:
>
> --data-urlencode user_key=<user_key> \
...
> --data-urlencode subject=This Is The Subject \
You can fix this by instead writing it:
--data-urlencode subject="This Is The Subject"
... since otherwise it'll separate the command line options at the space.
-- / daniel.haxx.se | Get the best commercial curl support there is - from me | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-06-25