Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Returning special characters in CGI

by fullermd (Priest)
on Sep 08, 2013 at 23:47 UTC ( [id://1052940]=note: print w/replies, xml ) Need Help??


in reply to Returning special characters in CGI

One thing to be careful about with CGI stuff is to make sure you look exactly at what you get. Like, with telnet, or wget/curl/fetch/etc. Once a web browser touches it, who knows what happens; View Source things often have already done some transformation, so don't show you the raw bytes the server handed back. Which may or may not be the raw bytes your app handed it; there are lots of layers in web stuff, and you gotta track down where things are failing to do what you expect.

  • Comment on Re: Returning special characters in CGI

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found