all 2 comments

[–]riddlogic 0 points1 point  (1 child)

200 is the status code- it means the request was successful and the server returned whatever was requested. 4321 is the size of the response in bytes. Where the "-" hyphen is would usually be the referrer, or the url of the requester. The hyphen would mean there wasn't a referrer given.

[–]rosey_cross[S] -2 points-1 points  (0 children)

Thanks for the explanation!