Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

"#" char in http GET string?

 [1/4] from: petr:krenzelok:trz:cz at: 11-Sep-2001 8:23


Hi :-) replying mostly to myself, I have quick hack/patch: net-utils/url-parser/path-char: union net-utils/url-parser/path-char charset [#"#"] Holger? What is 'tag field good for in url parser? Thanks, -pekr- Matt Burns wrote:

 [2/4] from: petr:krenzelok:trz:cz at: 10-Sep-2001 13:38


Hi, I just need to read following url: read http://#T1107:[passw--hostc--sec--trz--cz]/GWAPIREX/mvstraso?function=CISEL_INFO&ciselnik_id=#T1107_0001 where #T1107 is user name, and #T1107_0001 is file identifier. However, looking at net-utils/url-parser source I can see that # char serves some strnage "tag" purpose. So - am I allowed to user # char in my GET method string or not? replacing it with %23 doesn't seem to help either ... Thanks, -pekr-

 [3/4] from: matt:blis at: 10-Sep-2001 12:58


Petr Krenzelok <[Petr--Krenzelok--trz--cz]> wrote on 10/09/01 12:38:22:
>Hi, >I just need to read following url:
<<quoted lines omitted: 4>>
>strnage "tag" purpose. So - am I allowed to user # char in my GET method >string or not? replacing it with %23 doesn't seem to help either ...
Perhaps you could use something like: theurl: make url! "http://#T1107:[passw--hostc--sec--trz--cz]/GWAPIREX/mvstraso?function=CISEL_INFO&ciselnik_id=#T1107_0001" read theurl Matt.

 [4/4] from: g:santilli:tiscalinet:it at: 12-Sep-2001 12:40


Petr Krenzelok wrote:
> Holger? What is 'tag field good for in url parser?
I don't think REBOL makes use of it, but # is used to tell the browser to go to a named anchor in the HTML document (i.e. <a name="bla">). HTH, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted