shebang

From IndieWeb
(Redirected from hashbang)


A shebang (or hashbang) is the character sequence #!. In web development, it has been used in URLs to make AJAX content searchable by giving it a pseudo-URL. This is problematic because it relies on javascript to retrieve the content and can easily break.

See Also