Bjr ,

je passe cette commande :

curl -v -k --proxy xxxxxx.com:80 --proxy-user $USER:$PASSWD -H "Authorization: xxxxxx jeton=yyyyyyyyy" -H "content-Encoding: gzip" -d @fic.dat.gz https://xxxxxxxxxxx.xxxxxxx/1.0/

Resultat :
POST /xxxxx.xxxxx/1.0/ HTTP/1.1
> User-Agent: curl/7.34.0
> Host: xxxxxxxx.xxxxxxx.fr
> Accept: */*
> Content-Type: text/plain
> Authorization: xxxxx jeton=yyyyyyyyy
> content-Encoding: gzip
> Content-Length: 369
>
* upload completely sent off: 369 out of 369 bytes
< HTTP/1.1 400 Bad Request
< Date: Tue, 24 Mar 2015 14:54:09 GMT
* Server Apache/2 is not blacklisted
< Server: Apache/2
< Cache-control: no-cache
< Vary: Accept-Encoding
< Content-Encoding: gzip
< Connection: close
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=UTF-8
< Expires: Tue, 24 Mar 2015 14:54:09 GMT
<
* Closing connection 0


Il y a probablement une errueur de syntaxe..mais je ne vois pas.
Merci