eSeGeCe Blog
发布说明、深度解析与教程,涵盖 sgcWebSockets、sgcHTML、sgcOpenAPI、sgcSign、sgcBiometrics 和 sgcIndy。
发布说明、深度解析与教程,涵盖 sgcWebSockets、sgcHTML、sgcOpenAPI、sgcSign、sgcBiometrics 和 sgcIndy。

在 Delphi 中使用 Kraken 期货 API

从 sgcWebSockets 4.4.8 起改进连接安全性,包括完美前向保密功能...

从 sgcWebSockets 4.4.8 起,完整支持 Coinbase Pro REST API……

了解 WebSocket 掩码消息的工作原理以及如何在 sgcWebSockets 中配置它。

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.7:[+] : New Client Component TsgcWSAPI_Coinbase, Coinbase is a platform that allows to buy, sell and store c...

从 sgcWebSockets 4.4.7 开始,支持使用 SChannel 作为加密库的证书。SChannel 实现支持 2 种证书身份验证类型:1. 使用 PFX 证书。2. ……

从 sgcWebSockets 4.4.7 开始,支持 Socket.IO 3 API。现在默认情况下,当您创建 Socket.IO 客户端实例时,它已针对 API 3.* 进行了配置。示例 请参阅以下关于如何连接 Socket.IO API 3 服务器的简单示例...

从 sgcWebSockets 4.4.7 开始,Binance 的两个期货 API 均受支持:USDT 和 COIN。USD 期货:https://binance-docs.github.io/apidocs/futures/en COIN 期货:https://binance-docs.github.io/apidocs/del……

从 sgcWebSockets 4.4.7 起,支持 Coinbase WebSocket API……

当您以机器人身份登录时,无法使用 GetChats 方法,因此您无法获取所有可用聊天记录。如果这是您第一次以机器人身份登录并尝试向已知聊天发送消息,您将收到此错误...

了解如何使用 Telegram API 发送包含粗体和斜体格式的消息。

sgcWebSockets 库在服务器和客户端组件中支持 OAuth2 身份验证。下一版本将包含 AWS Cognito 服务所需的一项新功能:当您尝试通过 OAuth2 对 Cognito 进行身份验证……

Alt-Svc HTTP 头部用于告知客户端,同一资源可通过另一服务或协议访问。例如,若您希望告知 HTTP 客户端您的服务器支持 HTTP/2,可使用 Alt-Svc 头部……

了解 sgcWebSockets 中 BeforeConnect 和 BeforeWatchDog 事件的使用方法。

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.6:[+] : New Event OnBeforeForwardHTTP on Server Components, allows to forward an HTTP request to another ser...

从 sgcBiometrics 2.0 起,支持使用兼容 Windows Hello 摄像头进行人脸识别,可监测摄像头前是否有人、识别身份、检测人员到达和离开等……

在 Rad Studio 10.4.1 中编译 sgcWebSockets 时,部分用户在 OSX64 平台下遇到编译错误:Directory not found for option 'Lc:\Program Files (x86)\embarcadero\studio\21.0\redist\OSX64,以及 file not found bplrtl270.dylib……

sgcWebSockets 在服务器和客户端组件中支持 HTTP/2 协议,完全采用纯 Delphi 代码实现,无需任何外部库。我们使用 h2spec 对 HTTP/2 实现进行了测试……

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.5:[+] : New Component TsgcHTTP_OAuth2_Server, server implementation of OAuth2 protocol, allows to Authorize...

自定义 OAuth2 登录页面的 HTML 模板

配置 OAuth2 服务器允许未认证请求

如何注册应用以使用 OAuth2 身份验证

OAuth2 服务器端点配置与说明

配置 OAuth2 服务器授权流程