HTTP URI Format Explanation

Below are the various components of a URI

                       Authority                  Path
        ┌───────────────┴───────────────┐┌───┴────┐
  abc://username:[email protected]:123/path/data?key=value&key2=value2#fragid1
  └┬┘   └───────┬───────┘ └────┬────┘ └┬┘           └─────────┬─────────┘ └──┬──┘
  Protocol    User Info      Hostname   Port                  Query Params      Fragment

Article Link:

/en/archive/http-uri-format/

# Related Articles