golinkedin icon indicating copy to clipboard operation
golinkedin copied to clipboard

cookie string issue

Open crixo opened this issue 2 years ago • 0 comments

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?

crixo avatar Apr 24 '22 14:04 crixo