- or download this
$agent->requests_redirectable( [] );
- or download this
$post_response = $agent->click('continue');
my $status = $agent->status();
...
printf("post_response is %s\n", $post_response->status_line);
}
}
- or download this
Redirected to /misc/XXXX/processocp.cgi?email=XXXX&back=httpXXXXX&spla
+sh=X&vskey=XXXX
post_response is 200 OK
- or download this
$post_response->decoded_content()
- or download this
<!DOCTYPE html>
<html>
...
</div>
</body>
</html>