Tim Perry

Creator of HTTP Toolkit: powerful tools to debug, test & build with HTTP(S).

Passionate tech speaker, open-source contributor, and maintainer of Loglevel, Git‑Confirm and notes.

HTTP/3 has been in development since at least 2016, while QUIC (the protocol beneath it) was first introduced by Google way back in 2013. Both are now standardized, supported in 95% of users' browsers, already used in 32% of HTTP requests to Cloudflare, and support is advertised by 35% of websites (through alt-svc or DNS) in the HTTP Archive datase...
The Open Source Pledge is a new push to make companies commit to funding the maintainers of the open-source software they depend on, and to publicly recognize the ones that do. HTTP Toolkit has donated back to maintainers for a few years now, but joining the Open Source Pledge today means formally committing to that, and to doing so publicly with a...
If you're using a local debugging proxy tool like HTTP Toolkit, you might run into the dreaded ERR_PROXY_CONNECTION_FAILED error in Chrome and other similar apps. This can be a very frustrating and unhelpful error! There's only a few possible causes though, and it's usually easy to fix. The Simple Case The simplest explanation is exactly what it sa...
When everything goes smoothly with an API, life is pretty straightforward: you request a resource, and voilà, you get it. You trigger a procedure, and the API politely informs you it’s all gone to plan. But what happens when something goes pear-shaped? Well, that’s where things can get a bit tricky. HTTP Status Codes HTTP status codes are like a fi...
As of February 14th 2024, RFC 9512 formally registers application/yaml as the media type for all YAML content, and adds +yaml as a standard structured suffix for all YAML-based more specific media types. With this registration, it's now included in the official media types list maintained by the IANA. Media types like this (also known as the MIME t...
The X-Forwarded-For (XFF) HTTP header provides crucial insight into the origin of web requests. The header works as a mechanism for conveying the original source IP addresses of clients, and not just across one hop, but through chains of multiple intermediaries. This list of IPv4 and IPv6 addresses is helpful to understand where requests have reall...
Idempotency is when doing an operation multiple times is guaranteed to have the same effect as doing it just once. When working with APIs this is exceptionally helpful on slow or unreliable internet connections, or when dealing with particularly sensitive actions such as payments, because it makes retrying operations safe and reliable. This is why ...
It's hard to work on APIs without hearing about OpenAPI. OpenAPI is an API description format, which is essentially metadata that describes an HTTP API: where it lives, how it works, what data is available, and how it's authenticated. Additional keywords can be used to provide all sorts of validation information, adding a type system to what would ...
Everything crashes. Sometimes things crash when they're running inside a Docker container though, and then all of a sudden it can get much more difficult to work out why, or what the hell to do next. Docker's great, but it's an extra layer of complexity that means you can't always easily poke your app up close any more, and that can really hinder d...
A couple of weeks ago I published a post about changes in Android 14 that fundamentally break existing approaches to installing system-level CA certificates, even with root access. This has triggered some fascinating discussion! I highly recommend a skim through the debate on Mastodon and Hacker News. Since that was posted, quite a few people have ...
Update: This post sparked a lot of excellent discussion and debate on workarounds, and there are now multple working solutions to allow certificate injection on Android 14, despite the restrictions discussed here. See the update post for more details. When Android was initially announced in 2007 by the Open Handset Alliance (headed by Google) their...
There's been a lot of concern recently about the Web Environment Integrity proposal, developed by a selection of authors from Google, and apparently being prototyped in Chromium. There's good reason for anger here (though I'm not sure yelling at people on GitHub is necessarily the best outlet). This proposal amounts to attestation on the web, limit...
Caching is hard. Unfortunately though, caching is quite important. Hosted caching & CDNs offer incredible powers that can provide amazing performance boosts, cost savings & downtime protection, essential for most modern sites with any serious volume of users. Unfortunately, while there are strict standards for how caching is supposed to work with H...
This week, at long last, GitHub announced granular access tokens for npm. This is a big deal! It's great for security generally, but also particularly useful if you maintain any npm packages, as it removes the main downside of automating npm publishing, by allowing you to give CI jobs only a very limited token instead of full 2FA-free access to you...
socket-npm throws "rawBinArgs.findLast is not a function"
The latest npm attacks & changes have pushed me to set up Trusted Publishing via GitHub Actions, and hones...
The latest npm attacks & changes have pushed me to set up Trusted Publishing via GitHub Actions, and hones...
I've basically been listening to this album on a loop for the last couple of weeks now, highly recommended...
I've basically been listening to this album on a loop for the last couple of weeks now, highly recommended...
feature: make it easier to add external scripts & CSS in apps
bug: can't log into public app when embedded in an iframe
And in terms of recovery, I just need to know the BitWarden password _and_ be able to get access to one of my ...
And in terms of recovery, I just need to know the BitWarden password _and_ be able to get access to one of my ...
Security wise, I think that means nothing's accessible without access to both the physical key (=personall...
Security wise, I think that means nothing's accessible without access to both the physical key (=personall...
Excitingly I've just seen BitWarden employees hinting that they're adding unlock support in the extens...
Excitingly I've just seen BitWarden employees hinting that they're adding unlock support in the extens...
After the recent npm attacks, really feels like the wind is in the sails of passkeys. Unphishable auth suddenl...
After the recent npm attacks, really feels like the wind is in the sails of passkeys. Unphishable auth suddenl...
Node v25 is here!https://github.com/nodejs/node/releases/tag/v25.0.0
Node v25 is here!https://github.com/nodejs/node/releases/tag/v25.0.0
Conclusion after playing around with Bunny's Magic Containers for a few months: it's still very rough ...
Conclusion after playing around with Bunny's Magic Containers for a few months: it's still very rough ...
Seems unlikely to go anywhere, but it's very frustrating that any company would seriously think this is a ...
Seems unlikely to go anywhere, but it's very frustrating that any company would seriously think this is a ...
New milestone, first person being threatened with legal action for using HTTP Toolkit 😬https://www.reddit.com/...
New milestone, first person being threatened with legal action for using HTTP Toolkit 😬https://www.reddit.com/...
Also, it's way more popular than I expected - https://malla.meshtastic.es/map gives a good idea, there'...
Also, it's way more popular than I expected - https://malla.meshtastic.es/map gives a good idea, there'...
Started exploring Meshtastic recently (https://meshtastic.org/). It's... surprisingly mature? I expected s...
Started exploring Meshtastic recently (https://meshtastic.org/). It's... surprisingly mature? I expected s...
All this coming to HTTP Toolkit imminently.In practice that means the one-click Android interception will now ...
All this coming to HTTP Toolkit imminently.In practice that means the one-click Android interception will now ...
Honestly, I didn't realize even half of this was practical!But you can actually easily script reverse engi...
Honestly, I didn't realize even half of this was practical!But you can actually easily script reverse engi...