I wanted to do an existence check before I actually GET an item, and I was planning to use a HEAD request. But my server is having problems with HEAD requests.
It returns an error 403 for new items. I have to make a GET request before making a HEAD request for new items, or my HEAD request consistently returns a 403.
I cannot change anything about my server. What alternatives do I have? I really don't want to download the items to do an existence check (the items are images).