<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Nov 2019 17:15:28 Z</lastBuildDate><pubDate>21 Nov 2019 16:03:38 Z</pubDate><description>Bonjour tout le monde,&#13;
&#13;
Je suis en cours de développement des WebAPIs en ASP.NET pour les lire ensuite en windev&#13;
&#13;
j'ai un pas un certificat SSL valide, donc windev rejete directement la requette, quelqu'un sait comment contourner ça ? &#13;
Mon code : [code:wl]&#13;
cMyRequest is restRequest&#13;
cMyRequest..IgnoreError =httpIgnoreInvalidCertificate&#13;
cMyRequest..IgnoreError =httpIgnoreInvalidCertificateName&#13;
cMyRequest..IgnoreError =httpIgnoreExpiredCertificate&#13;
cMyRequest..IgnoreError =httpIgnoreRedirection&#13;
cMyRequest..IgnoreError =httpIgnoreRedirectToHTTP&#13;
cMyRequest..IgnoreError =httpIgnoreRedirectToHTTPS&#13;
cMyRequest..URL = URLEncode(APILink,encodeURLDepuisUnicode)&#13;
ReTVal = RESTSend(cMyRequest) &#13;
IF ErrorOccurred THEN&#13;
	&#13;
	ErrorFlag = True // &#13;
	&#13;
		OnError_m()  //&#13;
ELSE&#13;
	ErrorFlag = False&#13;
END&#13;
[/code]&#13;
&#13;
Merci d'avance,</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest/read.awp</link><title>Problème  requête REST</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>bolda boldana</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest-234774/read.awp</comments><pubDate>21 Nov 2019 17:15:28 Z</pubDate><description>:merci:</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest-234774/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest-234774/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest/read.awp">Problème  requête REST</source><title>Re: Problème  requête REST</title></item><item><author>Kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest-234773/read.awp</comments><pubDate>21 Nov 2019 16:38:57 Z</pubDate><description>Merci, j'ai trouvé, j'ai passé en http au lieu de https</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest-234773/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest-234773/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234772-probleme-requete-rest/read.awp">Problème  requête REST</source><title>Re: Problème  requête REST</title></item></channel></rss>
