Sorry for this newbie's question but I'm learning network.
Long story short : I have a web application separate in 3 modules access at :
- https://server1:4353/module1
- https://server1:4858/module2
- https://server2:4959/module3
I would like to implement something like : user access to https://server3/module{1/2/3} and route to the good server. Ideally, user only see the "simplified" URL.
Something like a proxy but I don't know the real "tehnical name" so I can't find some solutions/how to.
Could ypu help me please ?