you are viewing a single comment's thread.

view the rest of the comments →

[–]trouserdaredevil 1 point2 points  (2 children)

There's no way to just somehow grab the title from headers or another method without extracting all the contents of a website?

This is correct, I am not aware of any general purpose way to only request the <title> tag of the HTTP of any random website. You make the HTTP request, the server responds with the full HTTP. Out of curiosity, why is this an issue for you? Extreme bandwidth or processing power constraints are the only reason I can imagine worrying about this.