⚠️ Important CORS Notice
This standalone version directly calls TruthScreen API from the browser.
Due to CORS (Cross-Origin Resource Sharing) restrictions, this may not work in all browsers when accessing TruthScreen's API directly from a web page.
Recommended Solutions:
- Use a CORS proxy service
- Run a simple backend server (recommended for production)
- Use browser extensions to disable CORS (development only)
🔧 CORS Proxy Configuration
If direct API calls fail due to CORS, you can use a CORS proxy:
Example: https://cors-anywhere.herokuapp.com/
Usage: Prefix the TruthScreen API URL with the proxy URL
Note: For production use, set up your own CORS proxy or backend server.
🔐 TruthScreen API Credentials (Built-in)
📋 How This Standalone Version Works:
- All TruthScreen credentials are embedded in this HTML file
- Encryption/decryption functions are built-in (JavaScript implementation)
- Direct API calls to TruthScreen from the browser
- No backend server required - everything runs in the browser
- Complete DigiLocker verification process handled client-side
Processing your request...