<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Nov 2017 16:26:00 Z</lastBuildDate><pubDate>24 Nov 2017 16:26:00 Z</pubDate><description>I have one AWP page using httpresquest to get data from one OPENID server.&#13;
&#13;
At the beginnig everyting is ok but after some time the program starts to crash with errors in the msvcrt.ddl and the only way ot recover is to restart the server.&#13;
&#13;
In attach is the error i can see in the events of the server.&#13;
&#13;
My code is:&#13;
HTTPTimeOut(600000)&#13;
HTTP.IgnoreError = httpIgnoreInvalidCertificate+httpIgnoreInvalidCertificateName+httpIgnoreExpiredCertificate+httpIgnoreRedirectToHTTP+httpIgnoreRedirectToHTTPS&#13;
IF wproxy_ip&lt;&gt;"" THEN&#13;
Proxy(wproxy_ip,wproxy_port)&#13;
END&#13;
&#13;
IF NOT HTTPRequest(openid_uri,"","Authorization: Bearer "+wtoken) THEN&#13;
sObject = [&#13;
{"erro":" -30"&#13;
}&#13;
]&#13;
// sObject=errorinfo(errFullDetails)&#13;
Envia_resultado()&#13;
END&#13;
&#13;
resultado=HTTPGetResult(httpResult)&#13;
UTF8ToString(resultado)&#13;
[attachment 2506 error.jpg]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63462-wb18-awp-page-using-httprequest/read.awp</link><title>[WB18] - Awp page using httprequest</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
