• 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 or https://example.test but when I enter https://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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Emre Vona

    (@emrevona)

    are you sure that the cdn-url is working successfully? can you tell me the cdn-url please?

    Thread Starter jumbo

    (@jumbo)

    I was trying to use a localhost URL: https://cdn.testbed.test

    It’s not accessible online. It’s mapped to 127.0.0.1 via the HOSTS file. It’s only for local development.

    Thanks.

    Plugin Author Emre Vona

    (@emrevona)

    then it is an expected issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.