I've added a utility to my app to go through and check if the websites I have 
for companies are valid.

Effectively I do a pingsend.ping and it that fails I follow up with 
httpsend.HTTPMethod('GET', URL)

This works well for the majority of cases but out of the 500ish I've tried I've 
found one (www.canford.co.uk) where it fails both, but is accessible on the web.

The intention is (already programmed) to have a background task which will 
check the c6000 companies on file and flag those that aren't OK. Its throttled 
to 1000 companies a day with a delay between check interval for any given 
company of 3 months (well 90 days)

I've added manual interventions for cases like this one but I'd like to 
understand why I can go into a browser and access it but not using synapse.


Roy Lambert

------------------------------------------------------------------------------
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to