All I do is simply:
let html = try String(contentsOf: hereMyUrl)
but the content of html is not the same as it displayed with a browser. Why? I c