Is there any way by looking at a site (maybe through viewing source) to see what underlying technologies were used to develop it? I'm looking specifically to see what frameworks (if any) are being used, but other details would be nice as well.
|
|
|
|
|
|
|
There's no method that works 100% of the time (since there are no specific requirements for frameworks to identify themselves, and the basic HTML response is generic). However, many frameworks have "tell-tale" aspects that strongly indicate that a given framework might be in use, and some even include identifying marks/comments/headers. |
||
|
|
|
The |
||
|
|
|
|
A lot of the time, that information can be parsed from response headers. The X-Powered-By header is a good place to start. |
||
|
|
