I'm writing an API for a website that contains a login. I'm using cURL to achieve this. The site requires one page to be accessed before the other can be accessed; ex: "Portal" needs to be opened before I can go to "Portal/AccountInfo". As expected when I manually script this with Bash, I get the desired output when I call /Portal/AccountInfo. I'm writing an API for a website that contains