Hey,
I am new to n8n and workflow automation but not to SWE as a whole. I own a webapp that has an admin login page that asks for a username and a password. I want to create an automation that:
- Triggers manually
- Runs my website URL
- Enters the password, username and bypasses the “remember me” option
- Returns all the HTML data on the page
I am using n8n cloud and for the life of me can’t figure out how to get this seemingly simple task to work. Please help me understand what I am missing and what I should be adding to the HTTP Request node.
Any help is appreciated. Thank you!