Hello,
I set the XML property ‘authentication’ of a database to the value ‘tamino’.
At the first request to this database with a Browser,
the standard authentication window pops up.
The username and password will be entered by the user and
all other requests will be made automatically with this username
and password.
When I make a HTTP request to this database with the Perl module
‘LWP::UserAgent’ an extra authentication is required.
Is it possible that I can use the same username and password in Perl,
which was entered in the standard authentication window?
Thanks and best regards
Jens