Errors with “Other CDN Providers”
-
First, thanks for your plugin.
When testing on a localhost, dev machine, I’m getting the error “A valid URL was not provided” for the “CDN URL” field when I enter something like
https://cdn.example.com
orhttps://example.test
but when I enterhttps://example.com
(no subdomain or.test
TLD) it’s fine.It seems like it’s not allowing subdomains as part of the URL or the
.test
TLD. The validation seems too strict, not allowing development use cases.It appears that you’re trying to remotely validate via AJAX if the CDN URL domain exists and has a valid DNS record, but why is this a function of WP Fastest Cache? Why not just allow entering what the user wants without the remote call?
Thanks.
- You must be logged in to reply to this topic.