Jump to content
DarkDucke

TSslHttpCli 404 can't resolve hostname to IP address

Recommended Posts

I am making a simple request in a url, and I get this error, what can it be?

TSslHttpCli 404 can't resolve hostname to IP address

 

  httpTeste.RcvdStream      := TMemoryStream.Create;
  httpTeste.URL := 'https://url-to-get/xxxx';
  httpTeste.Get; //404 can't resolve hostname to IP address

Thanks!

Share this post


Link to post
58 minutes ago, Angus Robertson said:

Bad URL, nothing more that can said.  If you want real help, you need to give us real data. 

 

Angus

 

Solved! Thanks!

Share this post


Link to post
On 11/12/2019 at 5:54 PM, DarkDucke said:

Solved! Thanks! 

Would be interesting if you explain what was the real issue. other user will find your message and will be happy with your explanation.

Thanks.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×