Further investigation shows that this issue has already been encountered and solved.
The missing information is that we deal with a basic authentication here (and not the usual login/password fields in a form).
I hereunder copy a solution from our knowledge base that describes what has to be done. The "Force basic" setting is available only for Convertigo versions 5.0.8 and sup.
Also, since basic auth info is stored in the engine, once you set the "Force basic" setting to true, and if you already logged on the website in this work session, you have to restart your studio/server to flush any previous value that could be stored in the engine.
Solution : (from
http://www.convertigo.com/en/how-to.html)
How can I manage the basic HTTP authentication with username and password as variables?
There is a special statement to do so. Follow the guidelines:
On your authentication transaction:
* create a TransactionStarted handler
* on this handler add a statement called : Credentials Statement
* set the Force basic setting in the statement to "true"
* add 2 variables on your transaction (for instance user and pwd)
* on the properties of the Credentials Statement, set Password and User properties to the related variables