The examples from the cURL command show that you separate the form entries using ;
instead of &
. You might want to try that.
Also, curl --verbose ...
will give you more details that might help you find out what the problem is.
The examples from the cURL command show that you separate the form entries using ;
instead of &
. You might want to try that.
Also, curl --verbose ...
will give you more details that might help you find out what the problem is.