idhttp Questions

2

Solved

I'm writing a download manager in Delphi with some custom features like resumable downloads and downloading through proxies. I'm studing different component solutions: Indy and NetHTTP, both seem ...
Newsdealer asked 1/4, 2017 at 7:10

3

Solved

Explain me please how to download a file from a server using SSL (https://). I have not found an appropriate answer in the Internet. Everybody says about TIdSSLIOHandlerSocket, but I have only TId...
Fetlock asked 13/7, 2011 at 17:36

3

Solved

I'm trying to access an update.txt file on my website, using a DelphiXE compiled program and the IdHTTP component. The code I'm using is as follows: procedure TFormAbout.SpeedButtonUpdateClick(Se...
Allspice asked 17/12, 2011 at 17:1

3

Solved

I want to implement a simple http downloader using TIdHttp (Indy10). I found two kind of code examples from the internet. Unfortunately none of them satisfy me 100%. Here is the code and I want som...
Shirleeshirleen asked 30/11, 2012 at 7:53

2

Solved

Take following situation: procedure Test; var Response : String; begin Response := IdHttp.Post(MyUrL, AStream); DoSomethingWith(Response); end; Now the webserver returns me data in UTF-8. S...
Torritorricelli asked 16/9, 2013 at 15:42

2

When using TIdHttp like this: Memo1.Text := IdHTTP1.post(url,data); I can get response content to memo1 if it doesn't give http error. But when it gives http bad request, Indy doesn't give me co...
Comeback asked 31/8, 2013 at 14:48

2

Solved

I am downloading an EXE file from internet using Indy (idHTTP), and I can use memorystream or filestream to save it to disk, but I really do not know if there is any difference between them (maybe ...
Prescriptive asked 4/5, 2013 at 14:4

1

Solved

I implemented same code (to post a form) using delphi and python. The python code works perfectly, but delphi code fails. In python, I can simply write httplib2.debuglevel=4 to see what content has...
Snowber asked 23/12, 2012 at 14:26

2

Solved

I'm trying to do a HTTP Authentication with Indy HTTP class. But for some unknown reason I'm getting an Access Violation error in this line: IdHTTP1.Request.Authentication.Username := Username; Th...
Kiushu asked 15/9, 2012 at 20:47

2

Solved

I use TidHTTP + TIdSSLIOHandlerSocketOpenSSL + 2 DLLs: ssleay32.dll and libeay32.dll from http://indy.fulgan.com/SSL. But I can see all work of my program in HTTP Analyzer! It works as HTTP, not a...
Tuppence asked 14/7, 2011 at 8:3

2

Solved

I'm using idhttp (Indy) to do some website checking. All I want it to do is check the response code from the server after my request has been sent, I don't want to actually have to receive the HTML...
Defrayal asked 10/2, 2011 at 20:11

1

Solved

I discovered that when setting the ConnectTimeoout property for a TIdHTTP component, it makes the requests (GET and POST) become about 120ms slower? Why is this, and can I avoid/bypass this someh...
Olympus asked 5/5, 2010 at 8:46
1

© 2022 - 2024 — McMap. All rights reserved.