cancel
Showing results for 
Search instead for 
Did you mean: 

Problems in Proxy Authentication when executing FM HTTP_GET.

SantiMoreno
Participant
0 Kudos

Hi Everybody.

I'm trying to retrieve some Internet information (which is contained in XML files) via the FM HTTP_GET. The function seems to work properly, but it gives back a message which reads that there's have been a problem in the Proxy Authentication.

Watching it with the System Administrators (not SAP ones) they've seen that there's a login problem because the user which reach the Proxy authentication is Anonymous, which does not log.

I must say that, in the FM interface, all parameters are set properly (including a Proxy User ID and it password).

HAve anybody ever have such issue?

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

did you try using cl_http_client instead , it offers much more flexibility. this class is available from version WAS6.10 onwards

Raja