Skip to main content

All Questions

Tagged with
0 votes
0 answers
169 views

How default Web Page is loaded with just TCP connection and no HTTP transaction?

Below is the packet capture from WireShark when a web request is made to the Google Server 172.217.26.228 is the IP address of the Google Server. Filter that I am using is (ip.dst == 172.217.26....
Darshan L's user avatar
  • 659
1 vote
1 answer
3k views

Why HTTP response is split in 2 parts: header and body?

I'm trying to understand why a single HTTP response is split in 2 parts in the following setup: Requested resource is protected by HTTP Digest Authentication on server side. Communication is ...
Paul's user avatar
  • 13