Skip to content

delphi 12 使用hprosehttpclient (xe8以上版本的那个客户端) 提示 invalid URL "" #11

Open
@youngerzhou

Description

@youngerzhou

错误代码
HproseHttpClient1.UseService('http://xxxx.com//http_server.php');
错误提示 invalid URL ""
临时可以用的方案是
HproseClient.UseService(URL);修改为
HproseClient.New(URL);
HproseClient.URI:=URL;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions