Search found 38 matches: protocols

Return to advanced search

Re: function urlLoad( cUrl )

Hi,

Curl supports many protocols and gives you many options. It is a very good option for working with the web, regardless of other options. Perhaps in this case its potential is not appreciated but I think it is good practice to use it from harbour.

Regards
C.
by Carles
Sat Feb 17, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 632

Re: HTML code in a TPanel class

... in the various operating systems that the famous CreateObject( "MSXML2.DOMDocument" ) and CreateObject( "MSXML2.XMLHTTP" ) protocols did not work. give me erros as Error description: (DOS Error -2147352567) WINOLE/1007 Download della risorsa specificata non riuscito. (0x800C0008): ...
by Silvio.Falconi
Mon Jan 22, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 815

Conectar a un SFTP con CURL usando xHarbour ...

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error : Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui...
by Enrrique Vertiz
Tue Jul 18, 2023 10:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar a un SFTP con CURL usando xHarbour ...
Replies: 10
Views: 649

Re: Conectar SFTP con CURL

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error: Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui ...
by Enrrique Vertiz
Thu Jun 29, 2023 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 9118

Re: MSXML2.ServerXMLHTTP / readyState / Status

... https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms767681(v=vs.85) status Property 100 Continue 101 Switching protocols 200 OK 201 Created 202 Accepted 203 Non-Authoritative Information 204 No Content 205 Reset Content 206 Partial Content 300 Multiple Choices ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 385

Re: libcurl issues

hi Tim,
TimStone wrote: curl_easy_setopt(hCurl, HB_CURLOPT_DEFAULT_PROTOCOL, "https").

there is not HB_CURLOPT_DEFAULT_PROTOCOL but HB_CURLOPT_PROTOCOLS
you can use it with HB_CURLPROTO_HTTPS or HB_CURLPROTO_HTTP
by Jimmy
Sat Feb 11, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 451

Re: FW and Telegram

... dates back to when I started with James's tdatabase and tdata class and when in Windows Seven and Win 10 I had problems for the transmission protocols unfortunately no longer supported Now I have seen that the Ritzan class has been modified and uses the pCurl = curl_easy_init () system ...
by Silvio.Falconi
Thu Sep 29, 2022 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 12
Views: 930

Re: Win 10 and getUrl

friends that protocols are not used on Windows and future

FUNCTION DownloadFromWWW( cUrl, cFile ) seems run ok on win10 on winseven I not tried
by Silvio.Falconi
Wed Jun 15, 2022 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win 10 and getUrl
Replies: 4
Views: 537

Re: GMail no funciona

Hola Paco,

si pasas por el siguiente enlace https://developers.google.com/identity/protocols/oauth2/service-account#jwt-auth para usar JWT con GMail, necesitamos el algoritmo RS256 que la implementación de JWT de Mateo Baccan no soporta.

Muchas gracias.

Saludos,
by Baxajaun
Mon Apr 04, 2022 5:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GMail no funciona
Replies: 33
Views: 1981

Re: Conectar SFTP con CURL

Aqui lo tienes. Solo estoy haciendo pruebas hasta que consiga enlacar para liarme con el resto. Gracias #include "FiveWin.ch" #include "hbcurl2.ch" static oWnd, oTimer, oReader, oTdif, oFTP, oInternet, nDis //-----------------------------------------------------------------------...
by pepe_garcia
Thu Mar 10, 2022 10:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 9118

Re: Problem With oldest Prg of Rss

... school news from major school news sites in a main window, once this script worked, I don't know if it's the fault of the Tole class or the protocols no longer work.
by Silvio.Falconi
Sun Feb 27, 2022 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oldest Prg of Rss
Replies: 19
Views: 1031

Re: SBUTTON vs BTNBMP

... it. I have a new project to communicate with some new Vending Machine equipment. I need to create a local web server app that will use SOAP/XML protocols and still be able to access all of my DBF files I use with my Point of Sale software. Right now I'm working on the communications side using ...
by bradmaudlin
Tue Dec 28, 2021 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1536

Re: Google Analytics and FWH

Dear Antonio, that is exactly what I do. Thank you. And I also look inside the Apache protocols. ----------------------------------------------------------------- DBF rocks the web! I used MDB with ASP back when I did more web programming. MDB I always used in DBF ...
by Otto
Mon Sep 06, 2021 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Analytics and FWH
Replies: 13
Views: 1724

Re: checking an url

Michael I googled the difference between Http and Https .. HTTPS is HTTP with encryption. The only difference between the two protocols is that HTTPS uses TLS (SSL) to encrypt normal HTTP requests and responses. As a result, HTTPS is far more secure than HTTP. A website that uses HTTP ...
by Rick Lipkin
Fri Oct 23, 2020 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1312

Re: TIPCLIENTHTTP problem ( new )

... Prior to the upgrade, it never had a problem, so the code WAS fine. Sorry, but perhaps the site you are connecting to has changed its security protocols. I assure you that if the site you connect to ends in "S" you need the SSL protocol for your connection. Try your previous version ...
by cnavarro
Wed Oct 30, 2019 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIPCLIENTHTTP problem ( new )
Replies: 7
Views: 1295
Next

Return to advanced search