Re: [E] Re: Using Apache Traffic Server as HTTP client to store some content in the storage

2024-04-17 Thread Walt Karas via users
Seems like it would be dangerous to enable PUSH on a proxy that is accessible to untrusted clients. I guess you could set proxy.local.incoming_ip_to_bind to a loopback address on a second instance of ATS, and use remap rules to access content pushed to it. Could it be that the cache control

Re: Using Apache Traffic Server as HTTP client to store some content in the storage

2024-04-17 Thread Pavel Vazharov
Hi Brian, Thank you for your response. It'll do the job but, as far as I understand it, an external functionality will need to download the content in order to push it into the ATS. The content that I want to write in the ATS storage is on the Internet. Regards, Pavel. On Wed, Apr 17, 2024 at

Re: Using Apache Traffic Server as HTTP client to store some content in the storage

2024-04-17 Thread Brian Neradt
Hi Pavel, This isn't a direct answer to your question, but are you aware of the ATS HTTP PUSH feature? That allows you to push objects into the ATS cache without the typical caching of proxied response. Can that help you in this situation?

Using Apache Traffic Server as HTTP client to store some content in the storage

2024-04-17 Thread Pavel Vazharov
Hi there, Is there a way to use the ATS as an HTTP client to download and store given content? I'm aware that I can achieve this with a local HTTP client (wget, curl) which uses the ATS as a forward proxy and then the ATS will store the content (which is the actual goal). I was wondering if there