與rpc服務通信好吧即時通信阻止下面的代碼給了我一個HTTP 400錯誤,告訴我有提交的數據有問題,但我無法弄清楚什麼!:(使用indy HTTP客戶端和superobject DELPHI http 400錯誤代碼
客戶端設置爲編碼URL(IVE嘗試都真/假);
procedure TForm2.Button1Click(Sender: TObject);
var
O:Isuperobject;
T:Tstringlist;
begin
T := Tstringlist.Create;
O := SO('{"jsonrpc": "1.0", "method": getinfo, "params": "[]" }');
t.Add(o.AsString) ;
idhttp1.Request.ContentType := '"application/json"';
memo1.lines.Add( idhttp1.post('http://127.0.0.1:8332/', T))
end;
end.
也許我給累誰知道,但是這是推動了牆上:\上的RPC
文檔客戶端 https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29
用途:
超對象鏈接:http://www.progdigy.com/?page_id=6
我忘了加我設置的屬性編輯器已經USR /通! – Strspeed