HTTP errors
Hi,
Weblogic 10.3.6
In access_log we have the followings:
191.23.45.10- - [13/Jul/2020:11:36:02 +0200] "GET /admin-bin/config?filename=auditconfig.xml&action=read HTTP/1.1" 200 549
191.23.45.10- - [13/Jul/2020:11:36:02 +0200] "GET /admin-bin/config?listKeyStores=true&action=read HTTP/1.1" 200 8
191.23.45.10- - [13/Jul/2020:11:36:02 +0200] "GET /admin-bin/config?listKeyStores=default&action=read HTTP/1.1" 200 12
What do they mean?
Http 200 usually means OK.
What I do not undersatnd are:
200 549
200 8
200 12
Thanks.