How to check the size of request (upload content) in Chrome dev tool How to check the size of request (upload content) in Chrome dev tool google-chrome google-chrome

How to check the size of request (upload content) in Chrome dev tool


You can see the Request Headers in the Network tab. They appear below the Response Headers, so they can easily be missed.

Example:Upload of an IPA file to Google Drive.

RequestYou can also see this information in JSON format if you save the Network data to a HAR file:

HAR