golinkedin
golinkedin copied to clipboard
cookie string issue
I used as your_linkedin_cookies
the value grabed from Chrome request "Copy as cURL" that looks like
-H 'cookie: bcookie="....', I rmoved the cURL syntax and also the "cookie: " prefifix, so my string looks like bcookie="....
but I got
panic: {"status":400}
I found these cookie specs: https://www.linkedin.com/legal/l/cookie-table#authentication
but using only "li_at" I got
panic: CSRF check failed.
could you please share how to build the cookies string?