Hi there.
our service partner for recruiting (www.xing.de) is crawling our job urls (e.g. Fullstack Software Developer) from our website (hosted by you, netlify).
While crawling the url their bot is trying to load another image-url given from open-graph-image-meta-tag in order to download this file to their cdn.
e.g. <meta data-n-head="ssr" data-hid="og:image" property="og:image" content="https://www.wtfoxtrot.de/img/fullstack_eng.webp">
Unfortunately the bot (build with ruby) is receiving a Net::OpenTimeout
exception.
But I can’t reproduce this issue. They said to me, they use these headers and that the request seems to be blocked when sending from their system.
curl -I -A "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Xing Bot" -H "accept-encoding: gzip,deflate,identity" -H "accept: */*" -H "accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7" -H "accept-language: en-us,en;q=0.5" https://www.wtfoxtrot.de/img/fullstack_eng.webp
So maybe you can have a look in the access.log of my site and scan for the user-agent in order to provide me some logging information and if you can think of any possible reason why this does not work.
Do you block some kind of origins?
PS:
Our site name is wtfoxtrot
.
Thank you so much for your help!