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
Cyb3r-Jok3
05/20/2023, 12:31 PM
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