I am getting the following error .
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
# config.txt
default.name=Default # name to display in the web interface
default.rpchost=127.0.0.1 # IP address of MultiChain node
default.rpcport=6446 # usually default-rpc-port from params.dat
default.rpcuser=multichainrpc # username for RPC from multichain.conf
default.rpcpassword=FfuPAxCeuhdD5fVXrgrv5mFi64LQTNmAJ9hAc7y5GUKq
#multichain.conf
rpcuser=multichainrpc
rpcpassword=FfuPAxCeuhdD5fVXrgrv5mFi64LQTNmAJ9hAc7y5GUKq
rpcport=6446
rpcallowip=localhost
These are the files. Also , I have downloded all the files in web server's directory.