lf Of Wendy Smoak
> Sent: Wednesday, July 05, 2006 2:19 PM
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] CALLHTTPUV 10
>
>
> On 7/5/06, George Gallen <[EMAIL PROTECTED]> wrote:
>
> > OK. Adding in the setHTTPDefault and the setRequestHeader
>
On 7/5/06, George Gallen <[EMAIL PROTECTED]> wrote:
OK. Adding in the setHTTPDefault and the setRequestHeader got it working.
Now...I need to read an https:// URL
Not reading for content, but see if anything here helps:
http://www.pickwiki.com/cgi-bin/wiki.pl?CallHTTPWithSSL
also:http
27;t see a submitsecurerequest() command..
George
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Peter Veenhof
> Sent: Tuesday, July 04, 2006 8:48 AM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] CALLHTTPUV 10
>
>
> Hi,
>
downloaded data
Setting the HTTP Version to 1.1 is what fixed mine to get the data to
come down, I do recall only getting headers previous to that.
Hope that helps
Peter
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George Gallen
Sent: Monday, July
I'm trying to setup a very simple web call.
STATUS1=CREATEREQUEST(URL,"GET",SHANDLE)
STATUS2=SUBMITREQUEST(SHANDLE,1000,"",HEADERS,RDAT,HSTATUS)
OK. From what I gather, the above two lines, "should" download the webpage
specified in URL.
I'm getting strange information in HEADERS and RDAT but th