I’m making a tool for a website thats under contruction that makes linkbuilding easier. This site is written in Ruby On Rails. Now that i’m learning RoR, i don’t know were to start to make a function that searches a external site, which URL has been saved, to check that my url exist on that particular site. If so => display, if not: set URL non-active
So my questions:
-
Can I search a site from my application?
-
What is the best way to do this?
-
How often would you make such a script run?
It sounds like you are trying to verify a URL is active.
Answers to your questions: