Y
Hacker News
new
|
ask
|
show
|
jobs
by
manigandham
3406 days ago
Response headers will contain a "cf-ray" header or "server: cloudflare-nginx"
1 comments
cancancan
3406 days ago
Both should be there, as well as 'Set-Cookie: __cfduid=...'
$ curl -I okcupid.com Set-Cookie: __cfduid=... Server: cloudflare-nginx CF-RAY: 335f033b77742b76-AMS
EDIT: Better yet, make that 'curl -IL domain.com' to follow redirects because it may not show in the first response.
link