Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
youngerzhou opened this issue Aug 18, 2024 · 0 comments

Comments

@youngerzhou
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant