How do i call CF LB from pages?

Here is the current implementation, Pages - custom domain is dev.swami-domain.com and LB custom domain is api.swami-domain.com and i am calling the API from pages CORS issue. I have added _headers as below. Still getting CORS error.
/*
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: *
Access-Control-Allow-Headers: *
Was this page helpful?