Web Connection
Hidden call
Gravatar is a globally recognized avatar based on your email address. Hidden call
  Luca
  All
  Dec 19, 2016 @ 05:48am

Dear Rick, I need to call a webpage from a wwAsyncWebRequest application: the call must be hidden, without to open any browser. I solved in this way:

	m.lcFullURL="http://98.56.14.120/App/Test.wc?Call=1" 
	m.loXML.Open("POST", lcFullURL, .F.)
	m.loXML.SetRequestHeader("Content-Type","application/xml")
	m.loXML.Send("")

It works right.
Please is there any other way to perform this operation?

Thank you very much

© 1996-2024