Enable QUIC.cloud services
-
Whenever I try to link service I get error
Error
Invalid link from WP
Activation link cannot be verifiedI tried to generate report but another error:
Failed to request via WordPress: cURL error 28: Operation timed out after 15003 milliseconds with 0 bytes received [server] https://api.quic.cloud [service] wp/reportCron is working, there are no events in cloudflare WAF
-
<?php
require( './wp-load.php' );
$response = wp_remote_get( 'https://wpapi.quic.cloud/' );
echo '<pre>';
var_dump($response);
echo '</pre>';please create a php file with content above , put it at same dir as your wp-config.php , open it in browser, and see what it returns
That was a quick reply
array(6) {
["headers"]=>
object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#11390 (1) {
["data":protected]=>
array(8) {
["content-type"]=>
string(24) "text/html; charset=utf-8"
["set-cookie"]=>
string(254) "31a32377f6bd45a64e1035110cf6e960=%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq; expires=Thu, 23 Apr 2026 12:31:43 GMT; Max-Age=31536000; path=/; secure; HttpOnly"
["content-length"]=>
string(2) "17"
["content-encoding"]=>
string(2) "br"
["vary"]=>
string(15) "Accept-Encoding"
["date"]=>
string(29) "Wed, 23 Apr 2025 12:31:43 GMT"
["server"]=>
string(9) "LiteSpeed"
["alt-svc"]=>
string(167) "h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46""
}
}
["body"]=>
string(13) "{"_res":"ok"}"
["response"]=>
array(2) {
["code"]=>
int(200)
["message"]=>
string(2) "OK"
}
["cookies"]=>
array(1) {
[0]=>
object(WP_Http_Cookie)#11398 (7) {
["name"]=>
string(32) "31a32377f6bd45a64e1035110cf6e960"
["value"]=>
string(128) "+p3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki++VhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy/1Gnj+DuI7nfSvjkQfhXTVGOq"
["expires"]=>
int(1776947503)
["path"]=>
string(1) "/"
["domain"]=>
string(16) "wpapi.quic.cloud"
["port"]=>
NULL
["host_only"]=>
bool(true)
}
}
["filename"]=>
NULL
["http_response"]=>
object(WP_HTTP_Requests_Response)#11397 (5) {
["data"]=>
NULL
["headers"]=>
NULL
["status"]=>
NULL
["response":protected]=>
object(WpOrg\Requests\Response)#11399 (10) {
["body"]=>
string(13) "{"_res":"ok"}"
["raw"]=>
string(658) "HTTP/1.1 200 OK
Connection: close
content-type: text/html; charset=utf-8
set-cookie: 31a32377f6bd45a64e1035110cf6e960=%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq; expires=Thu, 23 Apr 2026 12:31:43 GMT; Max-Age=31536000; path=/; secure; HttpOnly
content-length: 17
content-encoding: br
vary: Accept-Encoding
date: Wed, 23 Apr 2025 12:31:43 GMT
server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
{"_res":"ok"}"
["headers"]=>
object(WpOrg\Requests\Response\Headers)#11401 (1) {
["data":protected]=>
array(8) {
["content-type"]=>
array(1) {
[0]=>
string(24) "text/html; charset=utf-8"
}
["set-cookie"]=>
array(1) {
[0]=>
string(254) "31a32377f6bd45a64e1035110cf6e960=%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq; expires=Thu, 23 Apr 2026 12:31:43 GMT; Max-Age=31536000; path=/; secure; HttpOnly"
}
["content-length"]=>
array(1) {
[0]=>
string(2) "17"
}
["content-encoding"]=>
array(1) {
[0]=>
string(2) "br"
}
["vary"]=>
array(1) {
[0]=>
string(15) "Accept-Encoding"
}
["date"]=>
array(1) {
[0]=>
string(29) "Wed, 23 Apr 2025 12:31:43 GMT"
}
["server"]=>
array(1) {
[0]=>
string(9) "LiteSpeed"
}
["alt-svc"]=>
array(1) {
[0]=>
string(167) "h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46""
}
}
}
["status_code"]=>
int(200)
["protocol_version"]=>
float(1.1)
["success"]=>
bool(true)
["redirects"]=>
int(0)
["url"]=>
string(25) "https://wpapi.quic.cloud/"
["history"]=>
array(0) {
}
["cookies"]=>
object(WpOrg\Requests\Cookie\Jar)#11388 (1) {
["cookies":protected]=>
array(1) {
["31a32377f6bd45a64e1035110cf6e960"]=>
object(WpOrg\Requests\Cookie)#11396 (5) {
["name"]=>
string(32) "31a32377f6bd45a64e1035110cf6e960"
["value"]=>
string(138) "%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq"
["attributes"]=>
object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#11403 (1) {
["data":protected]=>
array(6) {
["expires"]=>
int(1776947503)
["max-age"]=>
int(1776947501)
["path"]=>
string(1) "/"
["secure"]=>
bool(true)
["httponly"]=>
bool(true)
["domain"]=>
string(16) "wpapi.quic.cloud"
}
}
["flags"]=>
array(4) {
["creation"]=>
int(1745411501)
["last-access"]=>
int(1745411501)
["persistent"]=>
bool(false)
["host-only"]=>
bool(true)
}
["reference_time"]=>
int(1745411501)
}
}
}
}
["filename":protected]=>
NULL
}
}this is weird, connection looks alright , please try send report again , see if you still get that erro message
Still can’t generate. There are no errors in Tools>Sstatus logs. I can see quic bot whitelisted post requests to ?rest_route=/litespeed/v3/wp_rest_echo that return when I open in browser
{
“code”: “rest_no_route”,
“message”: “No route was found matching the URL and request method.”,
“data”: {
“status”: 404
}
}no , for
?rest_route=/litespeed/v3/wp_rest_echoyou need to use POST request, GET request will return 404or create a test endpoint by this guide
Thanks, it shows correct IP in endpoint created by the guide. QUIC request by cloudflare is POST.
add
activate
litespeed/v3into debug incude URI, see what log says when ativate it
The topic ‘Enable QUIC.cloud services’ is closed to new replies.