Search found 238 matches: protocol

Return to advanced search

PathUrl()

... to me the relative path such as "/folder/subfolder". Maybe someone could advise me an equally nice function for the full URL, including protocol and domain name like "https://example.com/folder/subfolder". ChatGPT told me to work around this with AP_HeadersIn() . Is this the ...
by Ruth
Mon Jun 03, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PathUrl()
Replies: 3
Views: 99

Re: Send Emails from Fivewin application

Enrico Maria Giordano wrote:
paquitohm wrote:CDO does not allow sending from accounts with the SSL protocol,


This is not true. I'm using CDO with SSL without problems.



sorry, I meant TLS
by paquitohm
Tue May 14, 2024 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1646

Re: Send Emails from Fivewin application

paquitohm wrote:CDO does not allow sending from accounts with the SSL protocol,


This is not true. I'm using CDO with SSL without problems.
by Enrico Maria Giordano
Tue May 14, 2024 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1646

Re: Send Emails from Fivewin application

Hello, I already recommended powershell to you before. Today we will focus on it. CDO does not allow sending from accounts with the SSL protocol, that is, all those that are Outlook. In my case I maintain CDO but I have the new one with powershell, that is, a .ps1 file that is called from ...
by paquitohm
Tue May 14, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1646

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

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

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

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

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: 159
Views: 41130

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

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

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

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

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

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

Return to advanced search