You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Meshlets can use proxy servers to avoid directly sending a request to a target server. Instead of a direct request, meshlets will send a request to the proxy server, and the proxy server will send the request to the target.


To connect to the proxy server, you will need the following values: 

DirectiveDescription
hostAddress that is hosting the proxy server
port

Port number that represents the communication endpoint

usernameUsername credentials to connect to the server 
passwordPassword credentials to connect to the server


Example application-dev.yml configuration

The example below shows part of the configuration that must be set to connect a proxy server to meshlet :

proxy:
	host: proxyExample.perspectium.net 
	port: 8080
	username: userExample
	password: userPassword