Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Thumbnail Playback Dns Issue


  • Please log in to reply
3 replies to this topic

#1 wp-dev1

wp-dev1

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 10 September 2013 - 08:28 AM

I'm using tubepress pro wordpress plugin with the jqModal player.

 

This works great here (AWS EC2 hosted instance) http://79.125.116.176/ and all the thumbnails play fine.

 

However, when the client maps their DNS http://tipexchange.cambridge.org/ onto the site the thumbnails do not play.

 

Is there anything in the plugin javascript or limitations elsewhere that would cause this to happen?

 

thanks



#2 wp-dev1

wp-dev1

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 10 September 2013 - 09:10 AM

I'm digging into this using fiddler and I can see that the X-requested-with in the headers is different - would this effect the player?

 

DOES NOT WORK: 

Host: 79.125.116.176
User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-gb,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive

 

WORKS:

 

Host: 79.125.116.176
User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-gb,en;q=0.5
Accept-Encoding: gzip, deflate
X-Requested-With: XMLHttpRequest
Connection: keep-alive


#3 UKwp-dev

UKwp-dev

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 10 September 2013 - 11:47 AM

fixed this on the server, need to allow cross site access on the headers: 

 

Changed the apache config to:

Header set Access-Control-Allow-Origin "*"



#4 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 14 September 2013 - 12:08 AM

UKwp-dev,

 

I'm glad you were able to figure out the issue.  The problem you were having was a cross-domain ajax issue.

 

Let us know if we an help you with anything else.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!