Tag: curl
-
Login and scrape NAB page with PHP and CURL
I was after an automated way to determine if payments had come into my nab.com.au account. For some reason, nab makes it very difficult to login with PHP and CURL. The main issue is they perform some client side password encoding with JavaScript. Here is the code below; Thanks for this page for pointing me…