Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
West-Wind Internet Protocols
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
West-Wind Internet Protocols
Divers
Thread ID:
00716011
Message ID:
00716011
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform