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 ^^