curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

can't login with curl in forum

From: mierdatutis mi via curl-users <curl-users_at_cool.haxx.se>
Date: Wed, 13 May 2020 11:58:57 +0200

I'm trying to login in a forum. I capture network traffic with development
tools with chrome and I see post method. Then I make call with curl but I
can't login in forum:
My code:

    curl 'http://labsk.net/index.php?action=login2' \
      -H 'Connection: keep-alive' \
      -H 'Cache-Control: max-age=0' \
      -H 'Upgrade-Insecure-Requests: 1' \
      -H 'Origin: http://labsk.net' \
      -H 'Content-Type: application/x-www-form-urlencoded' \
      -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36' \
      -H 'Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9'
\
      -H 'Referer: http://labsk.net/index.php?action=login' \
      -H 'Accept-Language:
en-US,en;q=0.9,es;q=0.8,pt;q=0.7,zh-CN;q=0.6,zh;q=0.5,de;q=0.4,fr;q=0.3' \
      -H 'Cookie: __unam=913965-17172e02dcf-11b0effe-2;
__utmz=106217502.1589268314.45.33.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided);
__utma=106217502.805468631.1585552618.1589348787.1589353702.55;
__utmc=106217502; PHPSESSID=n9etr6p57k84c6gqo6dj0q8n3t; __utmt=1;
__utmb=106217502.43.10.1589353702' \
      -H 'x-signature: oyQbrF4XBHg40wQdzJytES6thC9z2z+rvs+KQpcIn8M=' \
      -H 'timestamp: 1589063737703' \
      --data 'user=user%40gmail.com&passwrd=pass&cookieneverexp=on&c13a08a29=bd8cf50879be944ee415b1319081f6dd&hash_passwrd='
\
      --compressed \
      --insecure

Any help? Many thanks and sorry for my English!

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-05-13