def get_endpoint_url(): """Return the url that this server is reachable at.""" return "http://" + request.headers["Host"] + BASE