How can we take a website into our code, withput going to that site | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How can we take a website into our code, withput going to that site

27th Dec 2019, 5:29 AM
Computer Bug
Computer Bug - avatar
2 Antworten
+ 1
Technically speaking we can't. You explicitly wrote "without going to that site", even if you only display the site content in a frame, you will still have to go to the site to send a fetch request for the content, so "without ever going to that site", it is just not possible.
27th Dec 2019, 5:38 AM
Ipang
+ 1
Probably you can do like this, worls in Chrome : view-source:https://someurl
27th Dec 2019, 6:50 AM
anon