Message 1 of 1
How to Download CBOM ZIP from Upchain API Without Session Cookies?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using POST /api/bom/v1/cbom/download in Upchain to retrieve files, the response provides a ZIP URL that seems to require session cookies. Attempts to download it using OAuth or standard authorization headers fail.
Is there a way to download this ZIP file using OAuth or another machine-to-machine method that doesn’t depend on an active browser session?
We're aiming for full automation, so relying on session cookies isn't feasible. Any guidance or alternative approaches would be appreciated.