[U2] [UV] - setHTTPDefault(AUTHENTICATE, value)

2010-02-24 Thread Perry Taylor
I am unable to get the authentication credentials to be recognized by a web server. I am issuing the following... createRequest(URL, 'GET', HDL) setHTTPDefault('AUTHENTICATE', 'my_userid:my_password') submitRequest(HDL, NUL, NUL, RESP.HDRS, RESP.DATA, HTTP.STATUS) ... and I always get back a

Re: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value)

2010-02-24 Thread Norman Bauer
Here is a live example of how we use it. MY.PROXYSTATUS = setHTTPDefault(PROXY_NAME,PROXY.NAME) ;* set proxy name MY.PROXYSTATUS2 = setHTTPDefault(PROXY_PORT,PROXY.PORT);* set proxy port MY.PAGE = createRequest(MY.URL,GET,MY.HANDLE) ;* create a page request MY.PAGE2 =

Re: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value)

2010-02-24 Thread Symeon Breen
February 2010 20:40 To: U2 Users List Subject: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value) I am unable to get the authentication credentials to be recognized by a web server. I am issuing the following... createRequest(URL, 'GET', HDL) setHTTPDefault('AUTHENTICATE', 'my_userid:my_password

Re: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value)

2010-02-24 Thread Perry Taylor
Of Perry Taylor Sent: 22 February 2010 20:40 To: U2 Users List Subject: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value) I am unable to get the authentication credentials to be recognized by a web server. I am issuing the following... createRequest(URL, 'GET', HDL) setHTTPDefault('AUTHENTICATE