General
Feed Allowlisting
Ensure Molin is not blocked by your security solution.
If you are using a security solution for your shop, it can block Molin from downloading your feed.
Generic instructions
Make sure that your feed is accessible from our static IPs.
Configuration can vary depending on your security solution, but generally, you can allowlist the IPs in your firewall or security settings.
Only the feed URLs need to be allowlisted, not your entire domain.
Cloudflare
You can use a custom security rule to allowlist our IPs.
- Navigate to the Security rules page
- Create a new custom rule
- Add a check for field “URI Full” to be equal to your feed URL, e.g.
https://www.shop.com/google-products.xml
- Add a check for field “IP Source Address” to be in the list of our static IPs
- Your expression preview should look similar to this:
(http.request.full_uri eq "https://www.shop.com/google-products.xml" and ip.src in {35.207.69.21 209.38.162.12})
- Select the “skip” action and skip ALL components
Example: