[progress Communities] [progress Openedge Abl] Forum Post: Re: Http Requests Via...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The URI’s user/password values are not used for HTTP. Have you tried setting the Proxy-Authorization header? oRequest = RequestBuilder:Get(httpUrl) :ViaProxy('proxyip:proxyport') :AddHeader('Proxy-Authorization', base64-encode('name:pw')) // or whatever :Request.

Continue reading...
 
Status
Not open for further replies.
Back
Top