I’ve been using URL parameters for a while to dynamically populate a form – and have dealt with encoding things like spaces and such for those things that are unusual. But, I’ve had some trouble with parameters that are a web address (e.g., urlForWebAddrField=http://www.acme.com)
Anyone done this? Are there particulars to passing a web address? (I’d imagine it’s the :// or . or / characters that would be the issue.