Anyway, If I connect to a not secure site, my code works fine and I get the
correct blob.
The code is:
Inet ln_inet
n_ir ln_ir // this object overloads InternetData method of
InternetResult object
THIS.GetContextService("Internet", ln_inet)
ln_ir = CREATE n_ir
ln_inet.GetURL("http://mysite.com/index.html, ln_ir)))
Messagebox("page source", String(ln_ir.get_page()))
How to specify username/password for a site accessed via proxy? The Inet
powerbuilder nv object doesn't allow to specify usr/pwd (unlike of VB's)
Please help me.
Marco
http://www.cs.rutgers.edu/~watrous/user-pass-url.html
On 6 Jul 2006 00:37:43 -0700, "Marco Meoni" <marco...@cern.ch>
wrote:
"Bruce Armstrong [TeamSybase]" <NOCANSPAMbru...@teamsybase.com>
wrote in message news:m22qa2dde1vgctb2i...@4ax.com...