Search found 234 matches: protocol

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... capabilities respectively. Here's a breakdown of each: 1. libssl-1_1-x64.dll Purpose: This library is part of OpenSSL and provides the SSL/TLS protocol support necessary for secure communications over networks. It's used to encrypt data transmitted over network connections, helping secure web ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Re: DNS

... cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WSAStartup(). These DLLs provide support ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1524

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

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

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: 156
Views: 39121

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

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

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

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

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

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: 13
Views: 1090

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

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

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

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: 15503
Next

Return to advanced search