# Vimeo Embed not working on my site due to Vimeo server IP blacklisting

**URL:** https://meta.discourse.org/t/vimeo-embed-not-working-on-my-site-due-to-vimeo-server-ip-blacklisting/126479
**Category:** Support
**Created:** [22 augustus 2019 om 05:19 UTC](https://meta.discourse.org/t/vimeo-embed-not-working-on-my-site-due-to-vimeo-server-ip-blacklisting/126479 "2019-08-22T05:19:06Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [16 september 2019 om 09:15 UTC](https://meta.discourse.org/t/vimeo-embed-not-working-on-my-site-due-to-vimeo-server-ip-blacklisting/126479/16 "2019-09-16T09:15:42Z")

</div>

I was able to repro this issue on one of our DigitalOcean hosted instance.

Ran this in rails console:

```plaintext
[1] pry(main)> FinalDestination.new("https://vimeo.com/358017730", verbose: true).resolve
=> nil

```

… and in the `/logs` saw this warning message:

```plaintext
FinalDestination could not resolve URL (status 403): https://vimeo.com/358017730

```

It seems like Vimeo is blocking a subset of DigitalOcean IPs and is returning 403 error. I am not sure how to handle this case.

---

_[View the full topic](https://meta.discourse.org/t/vimeo-embed-not-working-on-my-site-due-to-vimeo-server-ip-blacklisting/126479)._
