How to enable allow CORS for CodeceptJS with Playwright

Hi guys,
I am facing the “Access-Control-Allow-Origin” issue in my web GUI automation testing by CodeceptJS with PlayWright.
In Chrome, I can install some chrome plugins such as the “Allow CORS” plugin (Allow CORS: Access-Control-Allow-Origin - Chrome Web Store) for accessing the target website, but in Codecept, could you kindly help to share the experience on CORS issue?
Thanks.

I believe the fix would be from BE side. Probably you‘d check with dev team to see if some headers are missing or not allowed.

Just checked with my development team, they can provide some solutions for bypassing CORS, thanks for your reply.