urlread https post website certificate
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Here we are again talking about urlread not been able to access a https location. Here my code, trying to access the brazilian Securities and Exchange Commission (CVM). With a simple html code I have success in obtaining the data via post. When I try the 'urlread' function I am not well succeeded. Can anyone help me? I tried even saving the certificate from the cvm website.
cvm1='https://www.rad.cvm.gov.br/download/SolicitaDownload.asp' cvm2={'txtLogin','397dwl0000207','txtSenha','1839D124','txtData','04/04/2007','txtHora','00:00','txtDocumento','RAD','txtAssuntoIPE ','SIM'} [cvmread1,cvmread2]=urlread(cvm1,'post',cvm2)
tks a lot
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur RF Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!