n8n Webhook Tunnel Check
KR) 이 페이지는 cloudflared 터널 + n8n 웹훅 연결을 빠르게 확인하기 위한 테스트 페이지입니다.
EN) This page helps you quickly verify your cloudflared tunnel + n8n webhook connection.
1) GET /webhook/test
KR) 아래 버튼을 누르면 같은 도메인의 /webhook/test로 GET 요청을 보냅니다.
EN) Click the button to send a GET request to /webhook/test on the same domain.
No request yet.
2) POST /webhook
KR) 임의 JSON을 /webhook으로 POST 전송합니다.
EN) Sends sample JSON to /webhook using POST.
No request yet.
3) 현재 origin 정보 / Current origin info
location.origin:
location.href:
Tip) n8n의 N8N_WEBHOOK_URL 환경변수에 이 페이지와 동일한 도메인(예: https://your-domain.example)을 넣고 테스트 버튼을 눌러보세요.