Tagged Questions
1
vote
2answers
556 views
How to get title tag of an external page with http api?
What is the best method to retrieve the title tag of an external page using the http api?
The snippet below will get the body but I can't find the right documentation about how to just get the tag. ...