For Workers & Pages, what is the name of the domain?
ownly.biz
What is the issue or error you’re encountering
censored data
What steps have you taken to resolve the issue?
not now
What are the steps to reproduce the issue?
const clientIp = request.headers.get(‘cf-connecting-ip’) || ‘unknown’;
console.error(“Origin response error:”, {
status: response.status,
statusText: response.statusText,
headers: Object.fromEntries(response.headers.entries()),
clientIp
});
got
clientIp: “************”
I want see raw data.