Tagged articles
9 articles
Page 1 of 1
21CTO
21CTO
Feb 18, 2022 · Frontend Development

Why Browser Versions Are Jumping to 100 and What It Means for Developers

The article reports that WeChat’s departments are testing a 10‑am to 6‑pm workweek, Mozilla is seeking new revenue after its browser market share fell, and both Chrome and Firefox are preparing to release version 100, prompting developers to update User‑Agent parsing.

MozillaUser-AgentWeChat
0 likes · 5 min read
Why Browser Versions Are Jumping to 100 and What It Means for Developers
Python Programming Learning Circle
Python Programming Learning Circle
Jul 14, 2021 · Backend Development

Bypassing Anti‑Scraping Mechanisms: User‑Agent Spoofing and IP Rate Limiting with Python

This article explains how to overcome common anti‑scraping defenses such as identity verification and IP rate limiting by spoofing the User‑Agent header and adding request delays, providing complete Python code examples using requests and BeautifulSoup to scrape Douban's Top 250 movies.

IP throttlingUser-AgentWeb Scraping
0 likes · 6 min read
Bypassing Anti‑Scraping Mechanisms: User‑Agent Spoofing and IP Rate Limiting with Python
System Architect Go
System Architect Go
Jun 4, 2017 · Frontend Development

Understanding User Agent Parsing and Using the ua-device Library

This article explains how User Agent strings reveal operating system, CPU, browser and mobile device details, discusses the challenges of parsing mobile UA strings, introduces Baidu's open‑source ua-device library for accurate detection, and provides testing links for developers.

Browser DetectionMobileUser-Agent
0 likes · 4 min read
Understanding User Agent Parsing and Using the ua-device Library