А мой веб-сервер точно нормально работает?
У меня есть сервер в интернете, который работает с HTTP/2, HTTP/3, с IPv4 и IPv6… Как всё это хозяйство протестировать? Я не нашёл решение и прибёг к …
Tech news from the best sources
У меня есть сервер в интернете, который работает с HTTP/2, HTTP/3, с IPv4 и IPv6… Как всё это хозяйство протестировать? Я не нашёл решение и прибёг к …
HTTP QUERY Is Here — And Your Infrastructure Isn't Ready For It In June 2026, the IETF published RFC 10008 , standardizing a new HTTP method: QUERY . …
В одной из своих статей я уже рассказывал, как из Raspberry Pi Pico сделать USB CD-ROM. Так как размер флеш-памяти Pico ограничен, поместить что-то се…
In the previous article , we explored why HTTP/1.1 eventually became a bottleneck. The web had evolved from a collection of simple documents into a pl…
HTTP has a new request method: QUERY . For years, developers have mainly used GET to fetch data and POST to send or process data. But there has always…
TL;DR HTTP got a new method: QUERY (RFC 10008, June 2026). It's a safe, idempotent, cacheable request that carries a body — "GET with a body." It fixe…
For decades we've had exactly two bad options for "read something using a complex input": cram everything into a GET URL, or lie and use POST. In June…
For years, developers have faced a common dilemma when building REST APIs: How do you send a complex, read-only query without misusing HTTP methods? I…
The HTTP QUERY method is a proposed HTTP request method designed to perform safe, idempotent query operations that require a request body. Table of Co…
HTTP-прокси вспоминают в двух случаях: когда сервису нужно вывести наружу строго ограниченный трафик или когда инцидент уже случился и нужно понять, к…
The first two posts were the engineering: part 1 rebuilt the connection dispatcher so BlackBull's core stopped assuming HTTP, and part 2 put a lock-fr…
Привет, Хабр! Меня зовут Максим Теплых, эксперт по тестированию на проникновение в ИТ-компании Innostage. В этой статье я хочу рассмотреть тему, котор…
The next Model Context Protocol specification, 2026-07-28 , is the largest revision since the protocol launched. The release candidate locked on May 2…
Серия: redb ecosystem / redb.Route deep-dive В redb.Route — нашем ESB в стиле Apache Camel под .NET — маршрут всегда чит…
Killing an API endpoint is easy. Killing it without breaking your consumers is the hard part. Most teams announce a deprecation in a blog post, send o…
Your security scanner just came back with 6 flagged items. All missing HTTP headers. You did what any reasonable developer does: Googled each one, cop…
When you call an external API, things go fine until they don't. A network blip, a server restart, a rate limit. So you add a retry, and most of the ti…
Быстрые интеграции в 1С: прощайте, бесконечные переделки! Как же бесит, когда приходится переписывать интеграции снова и снова… Опять растет тех. долг…
framework-http-request-headers.md Comprehensive reference for the eleven HTTP request headers most relevant to server side decisions about how to resp…
framework-http-rate-control-headers.md Comprehensive reference for the HTTP response headers that communicate rate limit state and backoff guidance to…
What Actually Happens When You Press Enter? You type www.google.com and press Enter. Half a second later, a fully rendered page appears. Nobody taught…
How the Internet Actually Works: Understanding Client-Server Architecture with Real Code The Big Picture: What Happens When You Visit a Website? Every…
Пока в приложении две роли и три проверки, авторизация умещается в if user.Role == "admin". Но стоит добавить пару ресурсов, ролей и исключений — и ус…
Почти каждый сервис, который мы сегодня пишем, ходит куда-то наружу — платёжный шлюз, биллинг, чужой публичный API. И каждый раз, когда садимся писать…
When building APIs, understanding HTTP status codes is one of the most important fundamentals every developer should master. These codes are the stand…
Hiee🥂!! Lately I’ve been diving deep into web internals and honestly the deeper I go, the crazier it feels. So I thought of documenting whatever I’m l…
Last week as I was trying to integrate EspoCRM's lead capture form with my website, I ran into a peculiar issue. Every time I would try to submit a fo…
Привет всем, на связи снова Дарья Борисова, системный аналитик из ПСБ. Продолжаю развеивать мифы о REST API. Если вы пропустили первую и вторую часть,…
Знаете, кому 29 апреля стукнуло 30 лет? Спецификации FastCGI. Тридцать лет с 1996 года. Погодите. Эта заметка не про ностальгию по .fcgi -скриптам, ко…