Browser Programming Problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Browser Programming Problem

I am a learner. I want to write my own browser for study purposes. I searched on internet for the function of URL every where, in each language or framework they have a predefined function of url(); no-where I could find the internal coding of it. They say to open a url just write dah dah dah and url() function from certain certain library. I am fed up I want the code. What's inside it. How it actually happens. And most of time people are interested in HTML rendering engine not how browsers fetch tha html code how tgat xml request goes and comes back. I want to know what browser literally do with IP. Please help. Thanks in advance

22nd Jun 2018, 8:37 PM
Anshul Garg
Anshul Garg - avatar
5 Answers
+ 1
some browsers are open sourced and you can look at the code from the inside by using github. It seems that you are trying to make a search engine. Most browsers get search engine from google. like firefox and safari use google search engine. i even made my own browser code on sololearn (deleted)
22nd Jun 2018, 9:14 PM
🅿️®️⭕️_e✖️e
🅿️®️⭕️_e✖️e - avatar
+ 1
Anshul Garg It appears what you want to know is how the internet works. https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm
23rd Jun 2018, 6:04 AM
ODLNT
ODLNT - avatar
0
ODLNT this is related to rendering only... Not the thing I want...😀
23rd Jun 2018, 5:38 AM
Anshul Garg
Anshul Garg - avatar
0
@ODLNT I want to code this process want to know how this happens want to send this HTTP request manually want to write loadURL("{URL}") function which i will get from address-bar
23rd Jun 2018, 10:59 AM
Anshul Garg
Anshul Garg - avatar