Search Articles

Search Results: HTTP

When to Trust the Old Guard: A Deep Dive into HTTP Basic Authentication

When to Trust the Old Guard: A Deep Dive into HTTP Basic Authentication

In an era dominated by OAuth and token‑based schemes, a recent thoughtbot podcast revisits HTTP Basic Auth, dissecting its use cases, strengths, pitfalls, and how it stacks up against modern security methods. The discussion offers developers a clear framework for choosing the right authentication strategy for their applications.
From CommonJS to HTTP: The Evolution of JavaScript Module Specifiers

From CommonJS to HTTP: The Evolution of JavaScript Module Specifiers

JavaScript’s module import system has morphed from the familiar CommonJS require to a multi‑protocol ecosystem that includes node:, npm:, jsr:, and HTTPS URLs. This article traces the milestones—from Node’s node: protocol to Deno’s HTTP imports, npm: protocol, and the recent jsr: and package.json support—examining how each shift reshaped developer workflows and the broader ecosystem.

Reviving PPP Tunnels Over Modern HTTP/2 Proxies: A Clever Hack for Firewall Evasion

A developer has ingeniously extended the dumbproxy forward proxy server to tunnel PPP connections over HTTP/2, blending dial-up era protocols with contemporary web tech for robust firewall bypassing. This setup delivers direct IP forwarding while leveraging TLS encryption, flexible authentication, and censorship resistance. Tech enthusiasts can now run PPP tunnels through remote proxies, achieving impressive speeds in constrained environments.
Google Chrome Mandates HTTPS Security with Default Warning System to Combat Web Threats

Google Chrome Mandates HTTPS Security with Default Warning System to Combat Web Threats

Google Chrome will soon warn all users by default before accessing insecure HTTP websites, rolling out in 2026 to protect against man-in-the-middle attacks. This shift capitalizes on near-universal HTTPS adoption and marks a pivotal move in browser-enforced security, with phased deployments starting next year for over a billion Enhanced Safe Browsing users.