Hi, I have two URLs such as: http://example.com/pageBla/John/*123*/blabla http://example.com/pageBla/Doe/*123*/albalb The thing is these two URLs are same because of the id part of the URL (which is *123* in this sample). How could I manage to prevent download same thing twice because of that?
I think I can customize injection classes but how could I check if another form of the URL is already fetched? Any ideas? Thanks

