go - Web scraping security to build a website overview -


recently, customer asked me if possible add functionality pasting link inside facebook or google plus post, displaying quick overview of url. know it's based on open graph tags (facebook open graph debugger).

i thought giving basic try using go's net/http package http.get

is dangerous practice ? give malicious webpage opportunity send malwares our server ?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -