|
| Iniciado por Kevin, 21,nov. 2019 16:03 - 2 respuestas |
| |
| | | |
|
| |
Miembro registrado 160 mensajes |
|
| Publicado el 21,noviembre 2019 - 16:03 |
Bonjour tout le monde,
Je suis en cours de développement des WebAPIs en ASP.NET pour les lire ensuite en windev
j'ai un pas un certificat SSL valide, donc windev rejete directement la requette, quelqu'un sait comment contourner ça ? Mon code : cMyRequest is restRequest cMyRequest..IgnoreError =httpIgnoreInvalidCertificate cMyRequest..IgnoreError =httpIgnoreInvalidCertificateName cMyRequest..IgnoreError =httpIgnoreExpiredCertificate cMyRequest..IgnoreError =httpIgnoreRedirection cMyRequest..IgnoreError =httpIgnoreRedirectToHTTP cMyRequest..IgnoreError =httpIgnoreRedirectToHTTPS cMyRequest..URL = URLEncode(APILink,encodeURLDepuisUnicode) ReTVal = RESTSend(cMyRequest) IF ErrorOccurred THEN ErrorFlag = True OnError_m() ELSE ErrorFlag = False END
Merci d'avance, |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 160 mensajes |
|
| Publicado el 21,noviembre 2019 - 16:38 |
| Merci, j'ai trouvé, j'ai passé en http au lieu de https |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 5 mensajes |
|
| Publicado el 21,noviembre 2019 - 17:15 |
| |
| |
| | | |
|
| | | | |
| | |
|