| ▲ | thyristan 3 days ago | ||||||||||||||||
Fragments are useless outside a browser and lead to problems. A lot of command line and library HTTP agents ignore the fragment part of an URL, so you often might encounter everything after # stripped. Thus forcing you to invent yet another HTTP client/agent/URL library in a ton of languages. | |||||||||||||||||
| ▲ | kbolino 3 days ago | parent [-] | ||||||||||||||||
Yes, this is just how fragments work; they're supposed to be stripped before sending the request to the server. This is exactly why, in the context of the thread, the fragment is the correct place to put the TSON hash parameter. | |||||||||||||||||
| |||||||||||||||||