Private application types

2 types of private applications

  • Testing an app that runs on your own computer (localhost)

    You typed something like http://localhost:3000 or http://127.0.0.1:8080 into Functionize and the test could not open it. This page explains why in plain terms, and gives you two free ways to make it work in about five minutes.Why localhost does not work...

    Read more

  • Internet Routable private applications

    These applications are reachable from whitelisted public IP addresses.Access controlled via customer's reverse proxy, firewall, Web Application FirewallIn this configuration, Functionize will provide a static IP address where all connections will be ori...

    Read more

  • Internal Only applications

    These applications are only hosted internally, only private IP address can reach themIn this configuration, Functionize will provide an ACS agent to be deployed into the customer's environment which will facilitate the remote connectivity.

    Read more