Add proxies to requests to varfish-docker-compose-ng
container
#10
Labels
enhancement
New feature or request
varfish-docker-compose-ng
container
#10
Allow Proxies for Requests to Docker Container
Problem:
There is an issue with sending requests to the Docker container (varfish-docker-compose-ng) hosting the REST APIs. The container can only be accessed through local network or through proxies due to network restrictions, making direct requests impossible.
Proposed Solution:
To address this problem, we would like to implement a feature that allows the usage of proxies for all requests made to the Docker container. To ensure flexibility, the proxy settings should be configurable and read from a
.env
file, as they might vary depending on the deployment environment.Details:
Proxy Settings: The application should read proxy settings from the
.env
file, providing the ability to change proxies without modifying the codebase. If no proxies are specified, the default value should be set to "localhost."Transparent Implementation: The addition of proxies should be handled transparently by the application when making requests to the Docker container. The user should not be required to manually include proxy information in each request.
The text was updated successfully, but these errors were encountered: