Forum How do I...?

HTTP authentication in .Net api

apgoar
How to I do HTTP authentication in the .Net API. I see command line options for http-user and password. And in previous posts, I have seen mention of these options being exposed in the php api. But I don't see a way in the .Net api to supply username and password.

Thanks,

Andy
mikeday
Good point! We've now updated the .NET API to include three new methods: setHttpUser, setHttpPassword, and setHttpProxy.
apgoar
Fantastic.

Many thanks!


Andy