Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question No Access-Control-Allow-Origin header

sera

Extended Member
Ext. Member
Joined
Nov 6, 2019
Messages
10
Reaction score
10
Points
14
Location
romania
Hi guys,
I am getting this message from ssiptv page when i try to upload list for a customer.

"No Access-Control-Allow-Origin header

Your remote playlist address (URL) doesn't provide 'Access-Control-Allow-Origin'
header required by some of TV Vendors.
As a result, you may see message 'Failed to load remote content'. Our server may
retreive your playlist which doesn't meet these requirements, but this way is
unreliable and may stop working at any time."

Only in Xtream-UI is doing like this.

Any ideeas how to fix this?
Thank you
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Nope, did not. I have noticed that only on some ssip versions it happends. I have LG an i got no problem with it.
I will keep looking into it
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
I used the other option that SS IPTV suggested:
Example of the proxy in PHP (proxy.php):
<?php header("Access-Control-Allow-Origin: *"); if (isset($_GET['url'])) { echo file_get_contents($_GET['url']); } else { http_response_code(404); }

upload file to loadbalancer and then call http://balancer:port/proxy.php?get=http://standard.xtream.url.for.playlist

this worked for me.
 
I used the other option that SS IPTV suggested:
Example of the proxy in PHP (proxy.php):
<?php header("Access-Control-Allow-Origin: *"); if (isset($_GET['url'])) { echo file_get_contents($_GET['url']); } else { http_response_code(404); }

upload file to loadbalancer and then call http://balancer:port/proxy.php?get=http://standard.xtream.url.for.playlist

this worked for me.
Did you input this into Xtream or just a php site?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top