cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the system's proxy settings programatically

Former Member
0 Kudos

Hi,

I am creating a ABAP class which acts as a HTTP client and thus I use the standard object "call method cl_http_client=>create_by_url". This method takes the proxy host and proxy port as input and i want to know how can I find the proxy settings of my system programatically so that I do not ask customers to add these values as configurations for my code.

Is there any standard API in ABAP to find this information?

Regards,

Vikas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

hope this may help u,

Regards,

Ravi