Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: HTTP Data Being Changed

by repellent (Priest)
on Apr 10, 2012 at 22:24 UTC ( #964417=note: print w/replies, xml ) Need Help??


in reply to HTTP Data Being Changed

application/x-www-form-urlencoded type specifies + for spaces. You need to escape them:

useURI::Escape;
$r->content(uri_escape($content));

Replies are listed 'Best First'.
Re^2: HTTP Data Being Changed
by dlwester (Initiate) on Apr 11, 2012 at 13:39 UTC
    Thanks, that did the trick!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://964417]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2023-06-06 09:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?