Open Bltagy opened 3 years ago
Can you check the response returned from LinkedIn?
Does it look something like that?:
{
login_result: 'CHALLENGE',
challenge_url: ...
}
Yes indeed
What can i do to fix this problem ?
It's LinkedIn's security mechanism that recognizes this request as a suspicious bot request. I have no way to handle the challenge. But we need to explore why it suspects the request in the first place. Any easy way to reproduce it?
https://www.linkedin.com/legal/l/cookie-table How many safety features are there
I just write the NPM for the above python package.
https://www.npmjs.com/package/linkedin-auth-challenge
Now you can use this module with node server.
I worked locally great but didn't work on liver Ubuntu server, why ?