Asterisk in Pathname | Yahoo Special Script?

  • Thread starter Thread starter 0rthodontist
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Messages
1,229
Reaction score
0
I have a bunch of links that are like

Code:
[URL]http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20061105/ap_on_re_mi_ea/iraq
[/URL]

(that's one link)

with an asterisk and then a new address in the middle of them. Is that for a special-purpose Yahoo script or is there a standard meaning for an asterisk in that context?
 
Last edited by a moderator:
Physics news on Phys.org
I think it's used as a separator to easily distinguish a page parameter from the page path. Generally a "?" followed by name/value pairs joined by "&" is used, but what's probably happening is that a web server splits the url at the asterisk, the first element being the path, the second the parameter. One advantage of this approach, that i can think of, is that you can have a wider variety of chars in the parameter without them being URL encoded.
 
Last edited: