‎2012 Apr 06 6:40 AM
Hi,
I am facing a problem in reading the data from webpages using CL_HTTP_CLIENT class. The problem is only when reading websites using HTTPS protocol.
Can somebody help me in this?
Thanks and regards,
Anand
‎2012 Apr 06 7:47 AM
In this class the two protocols are differentiated by the parameter SCHEME. If its 1 then its HTTP , else if its 2 then its HTTPS.
For Example : The scheme is always defaulted to 1 ( schemetype_http attribute ) in the method CREATE.
‎2012 Apr 10 6:17 AM
It is not working with this change. Can you pls send a sample code for this?
‎2012 Apr 10 7:33 AM