In API Management (Integration Suite), when you configure an API provider of type Internet, the system checks connectivity by sending a request to the backend.
HTTP 200 → Success (OK). The endpoint is reachable and functioning.
401 (Unauthorized) → Authentication failure.
403 (Forbidden) → Authorization failure.
502 (Bad Gateway) → Network or proxy error.
Therefore, the successful response code indicating proper connection is 200.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit