Filter A HTML string for title and meta tags
This week I’ve worked in a little project where I need to get a website title and meta description to autofill the site details on a user’s favourite sites. To achieve this, my site makes an HTTP request to a URL like “http://google.com” and return to the browser that site’s full HTML code which I […]