On 12/4/2011 5:12 μμ, Dimitris Botsis wrote:
On 12/4/2011 5:04 μμ, Dimitris Botsis wrote:
On 12/4/2011 4:40 μμ, Arno Garrels wrote:
Dimitris Botsis wrote:
Hi again,

I use the example "OverbyteIcsHttpDmo". When I call the text file on
my web server using HTTP (as in the example) then I get the contents
OK. When I use HTTPS (having added proper sslhttpcli and sslcontect
components) the request is sent but don't get any contents back.
Any ideas ?

Does the server support HTTPS?
If yes, try with the OverbyteIcsHttpsTst demo in SslInternet folder.
If that works search for differences in your code, otherwise the demo
should log error messages.

Of course the server supports HTTPS, if I use web browser it's all OK.
I tried OverbyteIcsHttpsTst demo but without luck.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



Sorry, it's OK - the example works fine.
I used some wrong predefined directives I had added and screw some
things before...
Thank you very much

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




Sorry again but there is still a small problem :
The example mentioned stores the downloaded remote file locally and then (OnRequestDone) loads it again in order to display the contents of the file in the TMemo.
I see that the whole "problem" is because of streams.
How can I have the same result like in example but without saving transferred content to external file ? I tried using MemoryStream or StringStream instead but whole think does not work.
Thank you.

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to