http - Do resources in a URL path have their own IP address? -



http - Do resources in a URL path have their own IP address? -

so, dns server recognizes https://www.google.com 173.194.34.5

what does, say, https://www.google.com/images/srpr/logo11w.png server? or url strings machine readable?

good question!

when access url, first dns lookup done on host part (www.google.com), after browser @ protocol , connect using (https in case).

after connecting, browser tell server:

"hi! i'm trying connect www.google.com , resource /images/srpr/logo11w.png). looks on protocol:

get /images/srpr/logo11w.png http/1.1 host: www.google.com

the host part http header. there more headers.

so short reply is:

the server access both hostname, , total path browser tried access.

http url

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -