How to stream a ZIP file without exposing the file link?

The use case is to develop a proxy that gets the link to a ZIP file that I have to stream through apigee.
The response should be a link of this proxy that can stream the ZIP file without exposing the link.

The response should contain the link of this proxy as a QueryParameter. This QueryParam should also be encrypted.

This seems simple but I have struggled a lot to come up with a solution to this use case.
Any help in the right direction would be greatly appreciated.

0 1 399
1 REPLY 1

No, do not stream large payloads through Apigee.

That's not what it's designed to do. Not what it's good for.

Instead, use Apigee to build a signed URL, which is time limited, and deliver THAT to the consuming client.

If you like you can build a signed URL with an expiry of 60 seconds.

See other posts on this forum for signed URLs.

I think I answered your related question more fully, a day or two ago.