I'm just curious to know what "x-powered by" means when we try to find the Web Server Information about some website.
What I'm trying:
Actually I'm trying to find out what technologies different websites are using. But the confusion is created when "Web Server Information" for one particular website is showing x-powered-by: ZendServer 8.5.0,ASP.NET
which is showing ZendServer
that is for php
and ASP.NET
that is opposite(technology) to php.
The bad question that comes in my mind after seeing this information of x-powered-by
is "Are they using both at a time?"