Hello,
I am shortening urls for a resource that isn't ready to be viewed by the
bitlybot when the url shortening is happening. From the Users' point of
view, the resource is always ready. The issue comes from the BitlyBot
caching the view before the resource is ready to be viewed.
Is there a way to inform the bot that the resource is not ready? I'm
currently planning on 404ing the request when the resource isn't ready, but
would another status code work better, 204 - No Content, perchance?
Thanks!