← Back to context

Comment by nwsm

7 years ago

I think there was a homepage with a "toggle" button, the toggle button redirected to /toggle.

site.com/toggle then got added to his favorites by safari.

So it wasn't loading the site with the button, but the site that the button redirects to.

Correct. Site now has a form and a button. /toggle now responds only to POSTs, and redirects back to /.

  • i must zsound so obtuse. How does redirection happen? If there is a web page with a button, then what is /toggle? Is it another web page on his site? Isnt a button some code in html on the index.html page?