Hey Tony,
These headers marked in the image are the request headers, sent by chrome. You should check the response headers.
I highly recommend using curl (a port for windows also exists). See the examples in the front page.
Kind Regards,
George
Hello George,
Thanks by your answer!
Sorry about my little experience…
So looking at Reponse headers, it´s all ok?!
This Curl, is a software that i have to download? what does it do? Sorry about so much questions…
Thanks and Regards,
Tony
Hi Tony,
curl is a command line utility that can be downloaded from here. Among other things it can be used to check the HTTP headers of the web server’s response when requesting a page.
But the online tool you use should be as good. What makes things a bit complicated is that you seem to use cloudflare and the headers added by this plugin might be changed by that service. I have no experience with cloudflare, so I cannot help much with that.
Kind Regards,
George