ColdFusion Pre-Flight Proxy
Today’s development blog entry is some coldfusion code that’s helped me make a little app that is basically a proxy.
It takes a URL as input and does a pre-flight check to ensure that the endpoint is available before launching the user to the destination.
Most web developers probably never need to take this extra step, since [...]