Sending a JSON request to rpc.blockchain.info:80 according to
https://blockchain.info/api/json_rpc_api manual returns strange response:
{"result":{"method":{"static":false,"name":"backupwallet","class":"piuk.rpc.RPC","params":"piuk.merchant.ApiKey","returns":"void"}},"error":null,"jsonrpc":"2.0"}
Actually I am making following request:
{"method":"getinfo","params":[],"id":1}
Any ideas what can cause this problem?