authNextHttpRequest

authNextHttpRequest ( array login , array password ) : void

Allows to authentificate the next request called with by example getPage or post

Example


authNextHttpRequest("login", "password")

Parameters

login

The login to use.

password

The password to use.