shodan-http-headers
Display the HTTP headers sent by your client to a web server, enabling debugging and visibility into exposed information.
Instructions
Show the HTTP headers your client sends when connecting to a web server.
Useful for debugging and seeing what information your client exposes. Requires a Shodan API key.
Returns: HttpHeadersResult with HTTP header name-value pairs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | No | HTTP header name-value pairs sent by your client |