[BUG] Request: Add sitechecker.pro to allowed hosts whitelist

Resolved 💬 2 comments Opened Feb 2, 2026 by Mosaic-Liz Closed Mar 3, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

I'm using Claude Code to build an SEO automation tool that needs to fetch data
from the Sitechecker API at sitechecker.pro.

Currently getting "Host not allowed" errors when trying to connect.

Could you please add the following to the allowed host:

  • sitechecker.pro

Project: SEO automation reporting tool
Use case: Fetching technical SEO audit data via their public API

What Should Happen?

I should be able to pull data from sitechecker.pro API

Error Messages/Logs

The issue is that your environment has a proxy whitelist that blocks connections to sitechecker.pro. The error "Host not allowed" means the network layer is rejecting outbound connections to that domain.

Steps to Reproduce

curl -s https://sitechecker.pro

Returns: Host not allowed

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

Claude Code version 2.1.7

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗