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

Compare with Current View Page History

Version 1 Next »

A HTTP Proxy needs to be used in productive environments for many reasons. Due to the fact, that the web browsers block cross-site HTTP requests, meaning requests from different IP addresses of domains, the HTTP Proxy is needed to delegate the different domains to one web port. In most corporate infrastructure setups this web port is port 80, the standard web port address. This is for reasons of accessibility and for security reasons. E2E UI applications mostly depend on many different service requests, AJAX or HTTP, which will run on higher port numbers due to the nature how the E2E Bridge is working with multiple services. The HTTP Proxy will bundle these services to one port.

Figure: HTTP Proxy for E2E UI

  • No labels