for req in self.results['network']['http']:
                    found = False
                    for exist in self.objects.get_uri():
                        if exist.get_id() == req['uri']:
                            found = True