Link to home
Start Free TrialLog in
Avatar of directcall
directcall

asked on

Get method using indy 9 component

Hi! I'am using an indy 9 component to do a get method. But if any problem occur like read time out the next requests doesn't anything. Have I gotta do anything when it happen like disconnect or close?
ASKER CERTIFIED SOLUTION
Avatar of kode99
kode99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
One more oppinion....
I like beter the THTTP component when I have to deal with Get property...
If an error occurs you will see it at the Header property and the connection is cleared immediatetly...
There was a time I made an app with Indy component IdTime, THTTP, and CppWebBrowser component to do a task...
3 different components to do a task someone else could do with only one, not to mention the slight delay especially in slow machines...
So.. What I mean is that sometimes we (programmers) have to use some other techniques to bypass problems occured...:-)

gtokas.
Avatar of directcall
directcall

ASKER

I can´t use THTTP component because it doesn´t authentication method. The indy 9 has it.
Information:
TCppWebBrowser can be used with the options you want...:-)
BUT to find your way to use it could be hell and waste of precious time...:-)
I'm working with it for 3 years now and still trying to do what I have to with it...
Thats why I wrote in my post about 3 components...

gtokas.