http://bugs.winehq.org/show_bug.cgi?id=27514
--- Comment #4 from mgsoft iepc.programacion@gmail.com 2011-06-19 12:26:55 CDT --- Demo is here: http://oron.com/vgep7x9iejo2/demo.zip.html
Source code:
Function Main() LOCAL loHyperlink := TOLEAuto():New( "Microsoft.XmlHttp" ) LOCAL cURL
cURL := "http://www.fivetechsoft.com/secure/english/test.php" cURL := cURL + "?first=field1 Hello!!!"
// loHyperlink:Open( "POST", cURL, .F. ) loHyperlink:Send( "" )
// Msgalert("Result of cURL"+CRLF+loHyperlink:responseText(),"La URL es: "+curl)
// return nil