A practical guide to parsing URLs in ColdFusion using the underlying Java `java.net.URI` class. Two wrapper methods are built: `parseUri()` which breaks a URL into its component parts (scheme, host, port, path, query, fragment), and `parseUriAndParameters()` which additionally parses the query string into an ordered struct of

7m read timeFrom bennadel.com
Post cover image
Table of contents
You Might Also Enjoy Some of My Other PostsReader Comments

Sort: