Check for mixed content on a site
Endpoint
Mixed Content
POST
Check for mixed content on a site
Authorizations
API Key required for all endpoints
Body
application/json
Response
Site status retrieved successfully
Timestamp of the request in milliseconds
Example:
1778737930991
API status message
Available options:
success, failure Example:
"success"
API status code
Example:
200
Indicates whether mixed content found or not. It can either be "Mixed content(s) found." or "No mixed content found."
Example:
"Mixed content(s) found."
Metadata about the mixed content test
Contains either an array of all resources (when no mixed content) or an object with insecure/secure arrays (when mixed content found)
Example:
[
"https://example.com/",
"https://example.com/style.css",
"https://example.com/script.js"
]