Search found 232 matches: protocol

Return to advanced search

Re: Switching my setup program to webview2

... parameters to the local HTML file with query parameters gives me the error "Page not found" because, as I then found out, the file:// protocol does not support URL parameters by default in many environments, including WebView2. I've made a workaround with a timer. It works well. Best ...
by Otto
Sat Feb 10, 2024 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 301

Re: Class TOpenAI_ChatGPT by Charles Kwon

Hello According to OpenAI's API protocol, the API communicates with the endpoint, and the communication protocol is https. In other words, there is no risk of leakage of cKey because the communication is encrypted. However, if you want to ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 454

Re: xHarbour.org updated!

... cargo for transport and I urgently need to access it via https, I used to access it with http normally but the website now only accepts secure protocol (tls 1.2 and above). What is needed? Thank you for your help!
by wartiaga
Mon Sep 18, 2023 9:40 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30953

Re: Announcing DrXlsx 1.0 by Charles Kwon

Maurizio, DrXlsx supports many versions of harbour(32/64)/xHarbour(32/64) and VC/BCC/Clang under the same protocol. It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics. I am also testing the desired features for each version, ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3509

Re: FTP Upload works at home Not at work

... to a destination IP address or domain name. It is typically used to diagnose network connectivity issues. On the other hand, FTP (File Transfer Protocol) is a standard network protocol used for transferring files between a client and a server on a computer network. The tracert command is not ...
by Otto
Fri May 26, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 428

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

libcurl issues

I have successfully used libcurl for some processes, but for a new task, I have uncovered two issues: curl_easy_setopt(hCurl, HB_CURLOPT_FOLLOWLOCATION, 1L) . When trying to compile this, Harbour errors at the L ( in 1L ). This is a standard call. curl_easy_setopt(hCurl, HB_CURLOPT_DEFAULT_PROTOCOL,...
by TimStone
Fri Feb 10, 2023 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 451

Re: Capturar el motivo del error petición web (curl)

#define HB_CURLOPT_DEFAULT_PROTOCOL 0x072d00
by cnavarro
Sun Nov 06, 2022 1:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar el motivo del error petición web (curl)
Replies: 16
Views: 1094

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: 929

Re: Error 1251 at runtime using native connection to MySql

... Puedes mirar este link que habla del tema https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server
by cmsoft
Mon Jul 25, 2022 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 294

Error 1251 at runtime using native connection to MySql

... with library libmysql.lib. At runtime I get this error in a dialog, and the connection does not work: 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client What does it mean? How con i solve? Thank you. Bye
by max
Mon Jul 25, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 294

Re: MAPI Clients - Thinking ahead

Hi, Thunderbird supports MAPI but its implementation is buggy. MAPI is a Microsoft protocol, so other systems may not reference it. In my case, to solve this, what I did was use Thunderbird generating the .eml and sending it with an automatic implementation based ...
by hmpaquito
Mon May 09, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Clients - Thinking ahead
Replies: 1
Views: 302

Re: A big hit: Neither Apache and mod_harbour are needed

... Server Side and Client side, both written and compiled my me. Server Side performs database access and share information for client through tcp/ip protocol? is it correct? very very nice 8) congratulations
by MarcoBoschi
Thu Apr 28, 2022 6:32 am
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 14123

Re: Email in FiveWin

hi,

harbour have hbTIP as Contribution
TCP/IP-specific communication protocol functions
by Jimmy
Sun Apr 17, 2022 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email in FiveWin
Replies: 2
Views: 380

Re: send email gmail : Less Secure App will stop May, 30 2022

Dear ADutheil, The way out is OAuth2 for Gmail. How can I use OAuth2 protocol? Can you show me the sample please? Thanks in advance, I use imap with Thunderbird to read my mails on Gmail. Some time ago I received a warning about the end of the support of "less ...
by dutch
Mon Mar 21, 2022 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gmail : Less Secure App will stop May, 30 2022 *Fixed*
Replies: 20
Views: 2099
Next

Return to advanced search