I’m trying to get information from inside my Wedding Wire account. I already know how to get the HTML from a website and parse it however I want but I’ve never done it on a website that I need to log in to, if that makes sense. I’ve been playing around with the Basic Auth Request module but I can’t get it to work. Can I get some help or at least a direction I should go?
If Wedding Wire has API documentation, referring their authentication methods is a good place to start, else web scrapers like ScrapingBee or ParseHub may help.
Hope this points you in the right direction, thanks.