Changelog
Now, The data size of the response from the target URL is limited to 10MB 🚫
Version: 1.2025.2.22
2025-02-22
This was added as a restriction because there were users who were specifying huge sizes of media as URLs, putting pressure on the communication traffic of our infrastructure.
Add SSL Skip Verification Option 🛠️
Version: 1.2025.2.3
2025-02-03
We have added a new option to skip SSL verification. You can see the option in the API documentation.
This option is useful when you want to scan websites that use self-signed certificates.
But, please be careful when using this option. Since it may cause potential dangers, DO NOT use it on sites that are not trustworthy.
Improved Error Handling for Non-HTTP Compliant Sites 🛠️
Version: 1.2024.5.4
2024-05-04
We have addressed an issue where attempting to fetch non-HTTP compliant websites using the OGP Scanner API resulted in a CDN timeout error HTML response after no response from the API for over 100 seconds.
Currently, when accessing such URLs (e.g., https://httpclock.yr32.net), a 400 error is returned with the following response body:
{
"detail": "The server at the specified URL either did not respond within the designated time frame or returned a response that does not comply with HTTP standards, resulting in an error.'https://httpclock.yr32.net/'"
}
This improvement enhances the reliability and responsiveness of our API when dealing with non-standard web servers.
Fix Encoding Issue 🛠️
Version: 1.2024.5.4
2024-05-04
First Release ✨
Version: 1.2024.4.6
2024-04-06