Dan Fandrich
2018-12-09 18:57:17 UTC
Hi team,
I am trying to fill in a web form using cURL, the form itself is supposed
to send a mail, but it isn't sending any mails.
I used the below syntax. (on powershell)
curl.exe --data "txt_company=valt&txt_Location=dxb&txt_ActivationCode=
www.so365.in/elicense/elicense.aspx
What could be the issue?
Lots could go wrong. See a long list of possibilities atI am trying to fill in a web form using cURL, the form itself is supposed
to send a mail, but it isn't sending any mails.
I used the below syntax. (on powershell)
curl.exe --data "txt_company=valt&txt_Location=dxb&txt_ActivationCode=
www.so365.in/elicense/elicense.aspx
What could be the issue?
https://curl.haxx.se/docs/httpscripting.html The first thing I'd look at is
cookies, then I'd use --trace-ascii to compare what's being sent with what's
being sent in a browser transaction that works.
Dan
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx