/license.xml, fetches and caches your license from Supertab Connect, and validates Authorization: License tokens on automated requests.
- Requirements: WordPress 6.4 or higher (self-hosted or WordPress VIP).
- Plugin: Supertab Connect
Before You Start
You need:- A Supertab Connect merchant account – contact sales to sign up
- A Website registered in the dashboard — select WordPress as the integration type
- Your Website URN — found in Website settings, looks like
urn:stc:merchant:system:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Install the Plugin
In your WordPress admin, go to Plugins → Add Plugin, search for Supertab Connect, install, and activate. The plugin will redirect you to its settings page on first activation.Configure RSL
In Settings → Supertab Connect, paste your Website URN into the Website URN field and save. Once saved, visithttps://yourdomain.com/license.xml to confirm your RSL license is being served.
If the license doesn’t reflect recent changes, your hosting stack may have a caching layer in front of WordPress. Purge the cache for
/license.xml from your host’s control panel.Configure CAP
1
Generate a Merchant API key
In the Supertab Connect dashboard:
- Open your Website Details
- Go to the API Keys section
- Click Generate new key
- Copy the generated key
2
Enable CAP in the plugin
In WordPress, go to Settings → Supertab Connect:
- Find the License Verification section
- Paste the generated Merchant API key into the Merchant API key field
- Click the Enable CAP checkbox
- Click Save Changes
3
Configure Active Paths
By default, CAP protects your entire site using a single
* wildcard path. You can narrow protection to specific sections of your site.- In the Active Paths section, review the default path
- Optionally remove
*and add specific path patterns - Click Add Path to add additional patterns
- Click Save Changes
Paths support
* for wildcards. Both /sample-page and /sample-page/ (trailing slash) are treated as the same path.4
Verify setup
After saving the plugin settings:
- Return to the Supertab Connect dashboard
- Use Verify Setup for CAP
- Confirm that verification succeeds
Update robots.txt
Add aLicense: directive to your robots.txt so crawlers can discover your license:
User-agent: directives.
Publishing New Versions
When you publish a new version of your RSL license, click Publish in the RSL Editor. Follow the on-screen steps to refresh the license on your WordPress site.Troubleshooting
Next Steps
Acquire Licenses
Test the protected flow by obtaining a license token and making a licensed request.
Crawler Authentication Protocol
How CAP works, what it enforces, and what it leaves to you.