Hi! I’ve been trying to GET the HTML of a page which requer authentification and seems to know when I’m trying to do that from the terminal even when I use a cookie in the request. I would like to know how can I pass the authentification from the terminal. Is there any way? Thank you guys!
Hi @Nicolas_Sassi, it depends on what type of authentication you need (Basic, Cookie, some token, cert, etc…). Can you provide info about it?
Thanks for the quick reply @iamsalnikov!
I’m not sure about which type I need because when I test the URL with Kerberos Authentication Tester it says the website does not requires any kind of authentification, but I does requires a login and the website seems to be aware that I’m doing the request from a terminal.
I’m trying to connect to Linkedin, if it helps
@acim The question is not about suggestions, it is about an existing system @Nicolas_Sassi wants to login to.
Of course it is impossible to help without more information about the concrete system.
Well, he said he wants to login to LinkedIn, so there is the link to LinkedIn devs docs. The later one to OAuth2 is just a quick suggestion.
Thanks for the suggestions @acim!
@lutzhorn. I’m trying some webscrapping at linkedin pages but it’s been really hard since even when I do the request by cookies it seems to know that I’m doing at from a API and gives me a error page after a lot of redirects.
The only thing I want to is to have access to the html of speficic pages on linkedin. Do you guys have any clue about how can I do that?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.