Back to product page

Login property


Login/Username for web server authentication.

Type

A String value

Syntax

  • Basic
object.Login   [= value]
The Login(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
valueA String value.

Remarks

Login property (together with Password property) specifies your credentials to supply to the server when protected resource need to be accessed. If you're using AuthNTLM authentication and you need to provide domain information to the server, you should provide it in this property too - in a form of DOMAIN\Login. wodHttpDLX will internally split this and cut out domain part to create proper NTLM packets.

It is used only when Authentication property is set to value other than AuthNone.

Platforms

Windows