Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Can the "#" character be passed via $ENV{QUERY_STRING} ?

by ikegami (Patriarch)
on Feb 24, 2005 at 23:22 UTC ( [id://434304]=note: print w/replies, xml ) Need Help??


in reply to Can the "#" character be passed via $ENV{QUERY_STRING} ?

The character is reserved to delimit the anchor part of the URL. Web client must not send the anchor as part of an HTTP request, which is why you don't see it. You can include the character in a URL by encoding it. The encoded value is "%23" (or use URI::Escape to do it on the fly). CGI automatically decodes it in your script.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-24 10:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found