Accessing Private API in databricks notebook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2023 07:38 AM
Hello, I am trying to access an API in databricks python notebook which is available within a restricted network.
When I try to access that API, it's not able to find the URL used to access the API and throws an HTTP error (max retries exceeded).
do you have any suggestions on how to access the API for above case?