Bruno Miranda
CDCloudflare Developers
•Created by Bruno Miranda on 10/22/2024 in #workers-help
Workers with route configured are not being triggered
I need to do some host rewriting along header updates and was trying to use workers for that.
I've configured it to
*domain.com/*
and enabled 100% of the logs.
But so far I've only seem logs when my requests are made directly to the worker, not on domain.com
.
Any pointers to why they might not being triggered?
Here's my code so far:
8 replies