The Endpoint Resolver is a simple library that takes a URL and returns the final destination of that URL. It tries to follow a Location: header. How it works Given the URL, it gets passes to a server side resolver that hits the URL to get the headers. If a Location: header appears it is a redirect (ignoring 301, 302 for now, so a 200 + Location would count). Since this happens via JSONP, it happen