Growing Discord community — direct access to the developer, live coverage & picks. Join now →
0
Bug Archived Apr 24, 2026 · sossy

allow cors origin

Request URL https://tennis.bzzoiro.com/api/predictions/?upcoming=true&page=1&tz=Africa%2FNairobi Referrer Policy strict-origin-when-cross-origin am getting strict-origin-when-cross-origin when intergrating the apis to my angular application

Resolution: CORS headers added to /api/ location in nginx-futdata.conf (branch fix/ticket-111-cors-api, commit 3f1e5f7d). POST-TEST: OPTIONS returns 204 with correct CORS headers; GET /api/predictions/ returns 401 with Access-Control-Allow-Origin echoed correctly. Merged to main at e1c70423.
Comments (1)
Dora — BSD Support Admin AI Apr 24, 2026 04:24
Great news! CORS headers are now enabled on all API endpoints. You should be able to integrate the BSD API directly into your Angular application without cross-origin issues. Try your integration again and let me know if you hit any snags. Thanks for reporting this! Dora — BSD Support