URL's - evan-401-advanced-javascript/seattle-javascript-401d31 GitHub Wiki
Uniform Recourse Locators (URL's) send request messages in the browser. There can be a large variation to URL's based on what is being sent. The URL can for example either start with http or https depending on if the connection is encrypted. The example URL bellow shows some of the possible data that can be send over.
http://www.realwebsite.com:8000/path/to/yourRecources?c=d&f=g
Broken down the url looks like this:
http - protocol www.realwebsite.com - host 8000 - port path/to/yourRecources - resource path ?c=d&f=g - query