- General headers contain information that is relevant for both request and Response, but no information about the data in a body.
- Request headers hold information about the client and requested resources.
- Response headers include server details, like time, location, and configuration.
- Entity header informs the browser about the type and body of the resource.
- Request URL: https://madurai.nic.in/wp-admin/admin-ajax.php
- Request Method: POST
- Status Code: 200 OK
- Remote Address: 164.100.225.214:443 (The IP address of the server)
- Accept: / (Accept any content type)
- Accept-Encoding: gzip, deflate, br, zstd (An algorithm, such as compression that is used on the recourse sent back.)
- Accept-Language: en-US, en (Hints the server about the expected language)
- Connection: keep-alive (Controls how long connection should stay open)
- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 (Lets server to identify the characteristics of the application, OS, vendor, and versions)
- Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 (Set the instruction for caching. Other setting types: no-cache, no-store, no-transform)
- Content-Encoding: Specifies the compression algorithm used for the response body
- Content-Length: 17 (The size of the recourse in bytes)
- Content-Type: application/json; charset=UTF-8 (The resource type received. The current type is a JSON document.)
- Date: Tue, 09 Jul 2024 06:57:27 GMT (The time when the message was created)
- Expires: Wed, 11 Jan 1984 05:00:00 GMT (Sets the date when the relevant content will no longer be new/fresh)
- Server: Specifies the software used by the server at the time of the sent Response
👋 Hi, I'm Suriya — QA Engineer with 4+ years of experience in manual, API & automation testing.
📬 Contact Me | LinkedIn | GitHub
📌 Follow for: Real-Time Test Cases, Bug Reports, Selenium Frameworks.







