For an application in Laravel, I need a solution for this matter:
I'm looking for a way to go to an external url and on this website there is a (authentication) form for login. i want to redirect to this external url and fill in this form and submit it automatically. This without any user interaction.
an example: I redirect to https://google.com and the application fills in my account and password automatically. And submits this form also.
Anyone has an idea?