I'm wondering why the 403 HTTP Server Response on my websites only uses 13 bytes. For example, here is a Latest Visitor entry for one case:
Host: 85.214.33.71
/
Http Code: 403 Date: May 30 11:28:58 Http Version: HTTP/1.0 Size in Bytes: 13
Referer: -
Agent: -
I have 5 sites on three different servers at two different hosting companies, and all of them only use 13 bytes for a 403 response. I don't have a custom 403 page for any of them, so that's part of the explanation. But if this is compared to a 301 re-direct HTTP response, then there's a big difference. For example, here's an entry for a 301 response which uses 236 bytes.:
Host: 157.55.35.36
/example-page.html
Http Code: 301 Date: May 30 04:49:25 Http Version: HTTP/1.0 Size in Bytes: 236
Referer: -
Agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)
Since they're both HTTP header responses, then why is the 403 response so much smaller than the 301 response. That's what i don't understand. Does anyone have an explnation?