Wget ve curl işleme kurabiye Farkı

0 Cevap php

Bu iki komut çıkış farklı sonuçlar

wget --load-cookies=cookies.txt http://www.example.com
curl -b cookies.txt http://www.example.com

wget works fine and outputs everything correctly, but curl outputs a custom 403 error. The problem is that wget does not support multipart/form-data posting, but this is exactly what I need. I have to use curl for this.

Herhangi bir yardım son derece takdir edilmektedir.

0 Cevap