HTTPS streaming & CORS explained

Avoid mixed content and cross-origin issues.

Updated: 11/30/20251 min read#https#cors#security

HTTPS streaming & CORS

  • Always embed HTTPS stream URLs to avoid mixed-content blocking.
  • If you host your site on a different domain, your player may require CORS headers.

Fixes

  • Use the MoYo Player in the client dashboard (HTTPS by default).
  • If building a custom player, serve it from the same domain as your site, or ensure CORS allows it.
Was this helpful?