AVideo
AVideo copied to clipboard
Do i have problems?
If i do curl -I https://ourtube.co.uk on my domain i get this:
HTTP/1.1 200 OK Date: Mon, 13 May 2024 13:20:31 GMT Server: Apache/2.4.52 (Ubuntu) Cache-Control: max-age=1, private, must-revalidate Expires: Mon, 13 May 2024 13:20:32 GMT Access-Control-Allow-Origin: * Content-Type: text/html; charset=UTF-8
But if i do curl -I https://demo.avideo.com i get this:
HTTP/1.1 200 OK Date: Mon, 13 May 2024 13:03:12 GMT Server: Apache/2.4.18 (Ubuntu) Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=1, private, must-revalidate Pragma: no-cache Access-Control-Allow-Origin: https://imasdk.googleapis.com Access-Control-Allow-Private-Network: true Access-Control-Request-Private-Network: true Access-Control-Allow-Methods: GET,HEAD,OPTIONS,POST,PUT Access-Control-Allow-Headers: Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers Content-Type: text/html; charset=UTF-8
I notice the Access-Control-Allow are completely different