Asterisk in Pathname | Yahoo Special Script?

  • Thread starter Thread starter 0rthodontist
  • Start date Start date
AI Thread Summary
The use of an asterisk in URLs, such as in the examples provided, appears to serve as a separator between the main page path and additional parameters. This method allows for a more flexible range of characters in the parameters without requiring URL encoding, which is typically necessary when using the standard "?" followed by name/value pairs. The asterisk may not be a widely recognized standard but seems to be utilized by specific scripts or web servers to facilitate URL parsing. This approach could enhance the handling of complex parameters in web requests.
0rthodontist
Science Advisor
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:
Computer science news on Phys.org
Here's another example
Code:
http://web.archive.org/web/*/https://www.physicsforums.com/
which might help answer your question. I'm curious to know the answer as well.
 
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:
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top