Comments on: WinHTTPRequest COM object options constants http://johankanngard.net/2005/11/11/winhttprequest-com-object-options-constants/ Useful tips for developers Tue, 15 Sep 2009 08:08:34 +0000 hourly 1 http://wordpress.org/?v=3.0.1 By: Johan Känngård http://johankanngard.net/2005/11/11/winhttprequest-com-object-options-constants/comment-page-1/#comment-66026 Johan Känngård Mon, 22 Oct 2007 14:36:03 +0000 http://johankanngard.net/?p=20#comment-66026 You can add the username and password in the URL, as described by <a href="http://chris.brandlehner.at" rel="nofollow">Chris</a> at http://chris.brandlehner.at/Brandlehner/cab_blog.nsf/d6plinks/DOMO-6LRC7H You can add the username and password in the URL, as described by Chris at http://chris.brandlehner.at/Brandlehner/cab_blog.nsf/d6plinks/DOMO-6LRC7H

]]>
By: adam http://johankanngard.net/2005/11/11/winhttprequest-com-object-options-constants/comment-page-1/#comment-66025 adam Mon, 22 Oct 2007 14:17:00 +0000 http://johankanngard.net/?p=20#comment-66025 Have you got any lotusscript that sets the username and password using this code? Have you got any lotusscript that sets the username and password using this code?

]]>
By: Johan KänngÃ¥rd http://johankanngard.net/2005/11/11/winhttprequest-com-object-options-constants/comment-page-1/#comment-37 Johan KänngÃ¥rd Mon, 23 Jan 2006 13:04:16 +0000 http://johankanngard.net/?p=20#comment-37 That's useful if you are using Microsoft's IDE's. Too bad it's not working when using Lotus Domino Designer and LotusScript. In the Designer, I only have access to the ActiveX-classes, and not the constants. But your tip is a good one anyway! That’s useful if you are using Microsoft’s IDE’s. Too bad it’s not working when using Lotus Domino Designer and LotusScript. In the Designer, I only have access to the ActiveX-classes, and not the constants. But your tip is a good one anyway!

]]>
By: Andrei Kouvchinnikov http://johankanngard.net/2005/11/11/winhttprequest-com-object-options-constants/comment-page-1/#comment-36 Andrei Kouvchinnikov Mon, 23 Jan 2006 12:42:51 +0000 http://johankanngard.net/?p=20#comment-36 I usually use Visual Basic (or Excel) to find out the value of unknown variables. You simply add "Microsoft WinHTTP Services" reference to your VB project, and then show the value using messagebox: MsgBox (WinHttpRequestOption_SslErrorIgnoreFlags) I usually use Visual Basic (or Excel) to find out the value of unknown variables.

You simply add “Microsoft WinHTTP Services” reference to your VB project, and then show the value using messagebox:

MsgBox (WinHttpRequestOption_SslErrorIgnoreFlags)

]]>