I've posted about this problem before but I don't think I have explained it adequately.
I am getting tens of thousands of CURL requests throwing HEAD method errors. This is thousands of times more than normal browser requests.
I can't block them as they come from different IPs and you are only allowed to block 100 IPs.
So - is there way of stopping them with code. If not, I can set up my site somewhere else but it seems a pity to have to do this.
First I was concerned that these requests were throwing errors and it was suggested I enable the head method, but I can't see any point in doing this as the CURL requests are no no use to me. I have stopped being a billable site as I can't afford to support these requests.