First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to see the hostname and the URI requested for?

  • retag add tags

Where in the capture will I see the hostname(i.e. domain name) and the URI which has been requested for? For an SSL request will this be encrypted?

deburger's avatar
1
deburger
asked 2018-07-24 14:28:51 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Where in the capture will I see the hostname(i.e. domain name) and the URI which has been requested for?

The host name will probably be in the HTTP request, with "Host:", although for HTTP 1.0 it might only appear in the IP header of the packet(s) of the request (in which case it'll appear only if Wireshark 1) is resolving IP addresses to names and 2) can resolve that IP address).

The URI should also appear in the request.

For an SSL request will this be encrypted?

Yes.

Guy Harris's avatar
19.9k
Guy Harris
answered 2018-07-24 17:24:38 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer