tableflip / how-to

:question: How to TABLEFLIP and other stories
4 stars 0 forks source link

How to tell if a site is a Ruby on Rails site #7

Open bmordan opened 9 years ago

bmordan commented 9 years ago

Is www.likette.com a ruby site?

curl -I http://www.likette.com/ Gives you some clues

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Status: 200
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.17
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-XHR-Current-Location: /
X-UA-Compatible: IE=Edge,chrome=1
ETag: "8d04b63b2a22ae191f5bf30c727e8abf"
Cache-Control: max-age=0, private, must-revalidate
Set-Cookie: request_method=HEAD; path=/
X-Request-Id: 81d1bf31-4452-4fbe-8c24-5d98f1742a47
X-Runtime: 0.580528
Server: nginx/1.2.3 + Phusion Passenger 3.0.17 (mod_rails/mod_rack)

Oh there at the bottom...