cancel
Showing results for 
Search instead for 
Did you mean: 

What URL does the Cloud Connector use for its Availability Check?

former_member186439
Participant
0 Kudos

We are connecting the Cloud Platform to on-premise ABAP systems using the Cloud Connector. Now we have introduced a Web Dispatcher in front of the ABAP system, and the Cloud Connector availability check says "not reachable". What URL is used for the availability check? We want to add a rule to the Web Dispatcher to allow that URL to get through.

View Entire Topic
AntalP
Product and Topic Expert
Product and Topic Expert

Hi Steven,

I think it sends some HTTP HEAD method requests to the ABAP system:

#http-outgoing-2 >> "HEAD / HTTP/1.1

#http-outgoing-2 >> HEAD /index.jsp HTTP/1.1

#http-outgoing-3 >> "HEAD /startPage HTTP/1.1

It can be traced with cloud connector itself. I suppose the web dispatcher cannot handle the "/" path.

Best regards,

Antal