Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reading HTML data from web pages using CL_HTTP_CLIENT

Former Member
0 Likes
500

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

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
446

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.

Read only

0 Likes
446

It is not working with this change. Can you pls send a sample code for this?

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
446

Which method you are using ?