How to use cURL with proxy and POST method in linux terminal?

0

I would like to know if there is a possibility to create a POST request using a proxy via terminal.

As far as I've come:

curl -vd -D- -o/dev/null -x ip:porta website.com.br

Always return me:

  

curl: (7) Failed connect to xx.xxx.xx.xx: xxxxx; Connection refused

>

Do I think it's a syntax problem or am I wrong?

Thank you ^^

    
asked by anonymous 17.09.2018 / 05:49

0 answers