Getting Forbidden code from an http request to an api using worker

Hey, trying to make a simple POST call to an api that works fine when it's local but for some reason when trying through the worker I get "Forbidden". Any ideas?
1 Reply
Cyb3r-Jak3
Cyb3r-Jak310mo ago
It could be the end service blocks workers. I don't think that the local version adds the CF headers to outbound requests