in reply to Re: How to avoid URL-Encoding in LWP POST Request
in thread How to avoid URL-Encoding in LWP POST Request
Someone will correct me if I'm wrong, I hope, but I think this is not correct. I believe the requirement to encode brackets and parens and a few other chars is relatively new (added to the specs in 2005 if I searched right) and therefore there is going to be code in the wild that still uses the old behavior which makes it no more broken than HTML v XHTML. Confusing and problematic, but not broken.
++ to almut below for showing how to handle it in this case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to avoid URL-Encoding in LWP POST Request
by Anonymous Monk on Nov 25, 2008 at 01:53 UTC | |
by Your Mother (Archbishop) on Nov 25, 2008 at 06:44 UTC | |
by Anonymous Monk on Nov 25, 2008 at 07:41 UTC |