WorkerSpy

Debug HTTP requests with a simple proxy. Create a proxy endpoint and inspect all incoming requests in real-time. That's it. That's all it does. View source.

Create Proxy →
Security Notice:

This service logs all request and response data. Do not use it with sensitive information, authentication tokens, or private API endpoints. This tool is meant for development and debugging only.

How it works

  1. Create a proxy endpoint for your target URL
  2. Send requests to your proxy URL instead of the target
  3. View all requests and responses in real-time

Under the hood

WorkerSpy uses a Cloudflare Worker that forwards requests to your target URL while logging all request and response data for inspection. All data is stored in a Cloudflare D1 database.

Security

Each proxy endpoint is protected with a unique token, but all request data is logged and viewable by anyone with the URL. Do not use for sensitive data or production traffic.

Supported features

All HTTP methods and content types should be supported. If your API can handle it, the proxy should be able to handle it.

Limits

  • Request and response bodies are limited to 1MB in size
  • Request history is limited to the most recent 100 requests per proxy
  • Binary data in requests and responses may not be properly captured
  • Proxies will expire after 7 days and their data will be deleted after 14 days. However, we will never re-use the same url
  • If it seems like you are abusing the service, we may delete your proxies without warning. Feel free to host it yourself.
Send feedback