【求助】自建莱特币p2pool矿池无法连上rpc 9332端口

【环境配置】
操作系统为2008r2 64位
莱特币钱包版本为litecoin-0.14.2-win32-setup
litecoin.conf内容为server=1 rpcuser=abc rpcpassword=123
莱特币钱包已同步完毕,并全程打开,使用netstat -nao 可以看到127.0.0.1:9332 端口处于监听状态,telnet 此端口可以连通。
使用litecoin-cli.exe getinfo , litecoin-cli.exe getdifficulty均有正常返回值。
但浏览器访问http://127.0.0.1:9332,返回JSONRPC server handles only POST requests

使用curl
C:>curl --user abc:123 --data-binary ‘{“jsonrpc”:“1.0”,“id”:“1”,“method”:“getinfo”,“params”:[]}’
-H ‘content-type:text/plain;’ http://127.0.0.1:9332
返回
{“result”:null,“error”:{“code”:-32700,“message”:“Parse error”},“id”:null}

使用p2pool_win32_15.0或 p2pool-master 连接p2pool-master

命令:run_p2pool.exe/run_p2pool.py abc 123 --net litecoin -a xxxxxxxxxxxxxxx --outgoing-conns 4

均报错:
2017-09-08 12:56:35.882000 Testing bitcoind RPC connection to ‘http://127.0.0.1:
9332/’ with username ‘abc’…
2017-09-08 12:56:35.897000 > Check failed! Make sure that you’re connected t
o the right bitcoind with --bitcoind-rpc-port!