|
Home > Archive > Web Servers General Talk > January 2005 > Encoding of document-name (url) in GET-requests
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Encoding of document-name (url) in GET-requests
|
|
| Bodo Kaelberer 2005-01-20, 6:03 pm |
| Hi
A client that requests a document from a http-server has to do certain
encodings to the path and name of the document he is requesting.
E.g. a client that request a document
"/test/test 1.html"
will typically talk somethink like:
GET /test/test%201.html HTTP/1.1
Can someone tell me, which characters has do be encoded exactly?
And can I encode to much characters or does the server decode every
occurance of %XX ?
Thanks & bye
Bodo
--
1 Bodo Kaelberer
123 http://www.webkind.de/ http://www.kaelberer-aio.de/
3 Seelig sind die, die da arm an Geist sind, denn sie werden
4 sich Christlich Soziale Union nennen.
| |
| Bodo Kaelberer 2005-01-20, 6:03 pm |
| Hi
I forgot something: I'm not only interested in the encoding of a path
but in general, especially path and parameters passed to a script.
Bye
--
1 Bodo Kaelberer
123 http://www.webkind.de/ http://www.kaelberer-aio.de/
3 Seelig sind die, die da arm an Geist sind, denn sie werden
4 sich Christlich Soziale Union nennen.
|
|
|
|
|