Detect when worker was invoked via service binding
# workers-help
m
Hi there, how do I detect whether my worker was invoked via a HTTP Route or via a service binding from another worker? I would like to skip auth + implement custom logic in the latter scenario
c
I don't believe there is an automatic way to get that it was called via service binding. Typically people add a secret header to requests coming from a service binding