# HttpsRequest **Repository Path**: ding-young/HttpsRequest ## Basic Information - **Project Name**: HttpsRequest - **Description**: 基于网络模块,实现数据安全加密传输。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2025-10-17 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTPS Request Process ### Introduction Based on the network module, learn how to implement secure, encrypted data transmission. ![](screenshots/device/https_en.png) ### Concepts - Webview: a component that provides web control and display capabilities. - HTTP data request: network management module, which provides the HTTP data request capability and supports the GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE and CONNECT request methods. - HTTPS: an application layer protocol that supports encrypted transmission and identity authentication to ensure secure data transmission. - SSL: Secure Socket Layer, which is a security protocol implemented based on the transmission communication protocol (TCP/IP). - TLS: Transport Layer Security, which is a security protocol designed to implement encrypted data transmission. ### Permissions N/A ### How to Use 1. Use **@kit.NetworkKit** to send an HTTPS request. ### Constraints 1. The sample is only supported on Huawei phones with standard systems. 2. HarmonyOS: HarmonyOS 5.0.5 Release or later. 3. DevEco Studio: DevEco Studio 6.0.0 Release or later. 4. HarmonyOS SDK: HarmonyOS 6.0.0 Release SDK or later.