Is there a way to find login info from a link that set for auto login

Hi Guys ,
Hope someone can help me. Is there a way to find login info, It for a canva account. I have a link when I click on it , it auto log in to canva account. The link keeps on changing that’s why I didn’t list it here. Please help
Thank you

You’re referring to some groupbuyseotools website, how they function?

  • You can save the cookie and then login using cookie every time.

Your cookie should have three values: 1. username 2. expiration time 3. a session code

When a user logs in, generate a session code and set an expiration time. Store that session code and expiration time in the cookie and on your database.

If you’re using Chrome, just login and look at the Network tab of Inspector. If you right click on a request, there’s an option that says Copy as cURL

Use Edit This Cookie on Chrome to paste in the values.


Sample tutorial

Thank you Hannah