Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
West-Wind Internet Protocols
Message
 
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00716011
Message ID:
00718212
Views:
15
You can try to post your question on the West Wind message Board at http://west-wind.com/wwthreads/.

>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")
>
>

--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform