Tag

Cookie Management

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Sep 16, 2023 · Fundamentals

Python's http.server Module

This article introduces Python's http.server module for creating HTTP servers and http.cookies module for managing cookies, providing practical examples for web development tasks.

BackendCookie ManagementWeb Development
0 likes · 10 min read
Python's http.server Module
政采云技术
政采云技术
Apr 26, 2023 · Frontend Development

An Introduction to Web Client Tracking Technologies: Cookies, Browser Fingerprinting, and Privacy Defenses

This article explores various web client tracking technologies, including first-party and third-party cookies, Flash cookies, and advanced browser fingerprinting techniques like Canvas, AudioContext, and WebRTC, while also discussing practical countermeasures to protect user privacy and prevent unauthorized tracking across modern web browsers.

Anti-TrackingBrowser FingerprintingCookie Management
0 likes · 10 min read
An Introduction to Web Client Tracking Technologies: Cookies, Browser Fingerprinting, and Privacy Defenses
Sohu Tech Products
Sohu Tech Products
Jul 8, 2020 · Mobile Development

Comprehensive Guide to Using WKWebView in iOS: Creation, Delegates, UserAgent, Cookies, and JS Interaction

This article provides a detailed tutorial on WKWebView for iOS, covering its creation, configuration, delegate methods, custom UserAgent registration, cookie management, native‑H5 communication, JavaScript bridges, and NSURLRequest caching strategies, offering practical code examples and best‑practice tips.

Cookie ManagementJavaScript BridgeObjective-C
0 likes · 14 min read
Comprehensive Guide to Using WKWebView in iOS: Creation, Delegates, UserAgent, Cookies, and JS Interaction