For example, i have 1 website.
Domain,com ( Index,php )
Domain,com/login,php ( login form )
Domain,com/home,php ( after login )
Script of Domain.com/login.php is like this
<form action="access,php" method="post">
<input type="text" name="username">
<input type="password" name="password">
<input type="button" value="submit"> </form>
In domain*com/home.php just display like this
Hello world
I want to curl Hello world, but I need to login first before I can access home.php and curl the page