<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Jan 2018 17:43:06 Z</lastBuildDate><pubDate>12 Jan 2018 17:43:06 Z</pubDate><description>Hello, &#13;
&#13;
I need your help. It`s strange. Because we make an request on the same Network an with other PC´s. But we become by one PC the answer and by other the error "System error sending HTTP request. We disabled Firewall. But the PCs have the same configruation. I hope you can help me.&#13;
&#13;
w_Result is string&#13;
w_data is ANSI string&#13;
w_webservice_result is boolean&#13;
p_username is string = "u894366745"&#13;
HTTPCreateForm("FORM")&#13;
&#13;
HTTPTimeOut(60000)&#13;
&#13;
&#13;
w_webservice_result =  HTTPSendForm( "FORM", StringBuild("https://www.a-trust.at/asignrkonline/v2/%1/ZDA",p_username), httpGet, "", "", "application/json", "", "" )&#13;
&#13;
&#13;
trace(w_webservice_result )&#13;
IF w_webservice_result THEN&#13;
	w_Result = HTTPGetResult(httpHeader)&#13;
	&#13;
	w_data = UTF8ToAnsi(HTTPGetResult(httpResult))&#13;
	&#13;
	HTTPCancelForm("FORM")&#13;
	&#13;
	IF StringCount(w_Result,"200 OK") &gt; 0 THEN &#13;
		let vjs = JSONToVariant(w_data)&#13;
		trace(vjs.zdaid)&#13;
	ELSE &#13;
		trace("error")&#13;
	END&#13;
end</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63991-can-not-run-link-system-error-sending-http/read.awp</link><title>.Can not run link! System error sending HTTP request</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
