Ask Your Question
0

How to see the hostname and the URI requested for?

asked 2018-07-24 14:28:51 +0000

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-07-24 17:24:38 +0000

Guy Harris gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-07-24 14:28:51 +0000

Seen: 3,968 times

Last updated: Jul 24 '18