pHp cURL works fine when run through browser call and CLI, but fails in an ajax/fetch call
TLDR: My php file executes a curl request fine when you go to the URL or CLI, if I call this php file from the site URL using ajax or fetch, I get no response and no error codes. Just blank respone.