During try use of an example there can be following problems:

- If you do not wish to be connected through Default ProxyServer (or it is not installed in IE) then:
  change property frmVfpTest.wsDmur1.SetDefaultProxyServer = .F. In addition you can redefine properties:
     FrmVfpTest.wsDmur1.RemoteHost = "MyNotDefaultProxyServer" 	 && As String
     FrmVfpTest.wsDmur1.RemotePort = <MyNotDefaultProxyServerPort> && As Long
  according to your desires.

- If yours ProxyServer requires authorization (i.e. you receive 407 error during attempt of fulfilment):     
  Correct constants in /Include/vfptest.h according to your settings.
  #DEFINE USE_PROXY_AUTHORIZATION	.T.
  #DEFINE UID_PWD	"dWlkOnB3ZA==" &&<- proxyUID:proxyPWD (in Base64 coding)
Pay attention, that the string constant UID_PWD should contain value in format - MypPoxyUID:MyProxyPWD and in the coding Base64. Therefore is necessary to take advantage of any external utility, for example, taken on http://www.planet-source-code.com/xq/ASP/txtCodeId.1710/lngWId.3/qx/vb/scripts/ShowCode.htm  At me, on http://vfpdev.narod.ru/util_e.html is the compilated version of this code - YBase64.zip (54,3KB)
After any changes in the h-file the full recompilation is required certainly

Best regards.
Michael Drozdov, ICS Soft, Perm, Russia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mailto:Drozdov@ics.perm.su
My Page:  http://vfpdev.narod.ru/
ICS Page: http://ics.perm.ru/ [on Russian]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~