Hi llya, thanks for answering.
curl -v
http://127.0.0.1:9000/* About to connect() to 127.0.0.1 port 9000 (#0)
* Trying 127.0.0.1... connected
* Connected to 127.0.0.1 (127.0.0.1) port 9000 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.21.6 (x86_64-pc-linux-gnu) libcurl/7.21.6 OpenSSL/1.0.0e zlib/
1.2.3.4 libidn/1.22 librtmp/2.3
> Host:
127.0.0.1:9000> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: application/json; charset=utf-8
< Server: PostRank Goliath API Server
< Vary: Accept
< Content-Length: 14
< Date: Sun, 29 Jul 2012 14:58:38 GMT
<
* Connection #0 to host 127.0.0.1 left intact
* Closing connection #0
"Hello World!"root@ks309880:~#
You are right.
I'm using firefox 12.0