tags:

views:

38

answers:

1

I am trying to load a vimeo video into a page, but it is telling me:

Given URL is not allowed by the Application configuration.

but on other pages the same iframe, copied and pasted, works fine.

<iframe src="http://player.vimeo.com/video/4426465" width="400" height="230" frameborder="0"></iframe>
A: 

Maybe vimeo verifies the "Referer" HTTP header and disallows embedding video on certain websites?

qbeuek
they are both on the same, localhost, domain
Mild Fuzz