Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
West-Wind Internet Protocols
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
West-Wind Internet Protocols
Miscellaneous
Thread ID:
00716011
Message ID:
00716011
Views:
45
I am trying out the WWIP shareware program from West-Wind. I am trying to download a file via HTTPS protocol from a web server. However, when I try to download, I get a success code from the httpgetex method, but the message from the server is "Access Forbidden." I am using the correct name and password as I can use the Network Neighborhood to do the same thing, using the same name & password. Any ideas?

Here's the code:


SET PROCEDURE TO wwUtils ADDITIVE
SET PROCEDURE TO wwEval ADDITIVE
SET PROCEDURE TO CodeBlockClass ADDITIVE
SET CLASSLIB TO wwIPStuff ADDITIVE
SET CLASSLIB TO wwXML ADDITIVE

oHTTP=CREATEOBJECT("wwIPStuff")

oHTTP.HTTPConnect("www.myserver.com","steve","test",.t.)
lcHTML = oHTTP.HTTPGetEx("/data/logo.jpg","",0,,"c:\logo.jpg")


Steve Howie, owner
DaSH Technology
Denver, CO
Next
Reply
Map
View

Click here to load this message in the networking platform