450
HTTPERRORCritical4xx Client Error (Unofficial)HIGH confidence

Blocked by Windows Parental Controls

Production Risk

Low — client-side restriction, not a server-side issue.

What this means

450 Blocked by Windows Parental Controls is a Microsoft extension returned by Windows when the Parental Controls feature is configured to block access to a website. It is not generated by web servers but by the Windows operating system's network stack.

Why it happens
  1. 1Windows Parental Controls are enabled and configured to block the requested website.
  2. 2The URL or category of content is on the parental controls blocklist.
  3. 3A user on a restricted Windows account is attempting to access a blocked site.
How to reproduce

A child's Windows account tries to access a website blocked by the parent's content filter settings.

trigger — this will error
trigger — this will error
GET / HTTP/1.1
Host: blocked-site.example.com

expected output

HTTP/1.1 450 Blocked by Windows Parental Controls

Fix

Adjust Windows Parental Controls settings

WHEN The block is unintended.

Adjust Windows Parental Controls settings
# Windows Settings → Accounts → Family & other users
# Adjust content restrictions for the relevant account

Why this works

Allows the administrator to whitelist specific sites or adjust content filter settings.

Version notes
Windows Vista+

Generated by the Windows OS, not by web servers. Not part of any IETF standard.

Content generated with AI assistance and reviewed for accuracy. Found an error? hello@errcodes.dev

← All HTTP errors