Request Sniffer Have you ever wondered whether a tool or service actually makes an HTTP request when you give it a URL? Maybe you’re testing a webhook, debugging an integration, or—like me—curious if an AI assistant fetches links you share. Here’s a simple solution: a Flask-based request sniffer you can run in GitHub Codespaces, complete with a live dashboard.
✅ Why This Project? Verify URL fetches: Paste your public URL into any client (Copilot, webhook sender, etc.
Explanation 1 SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS. Encountering a security error related to WebSocket connections. This error typically occurs when a WebSocket connection is attempted over an insecure protocol (HTTP) from a page that is loaded over a secure protocol (HTTPS).
This happened when developing React App using cloud machine and forward the localhost like Github Codespace or Heroku.