Le 28/10/2024 à 16:04, Daniel Watford a écrit :
I now realise that it is used to detect whether the browser has JavaScript enabled, often conveyed from the browser to the server through a hidden form field.
Hi Daniel, Yes that's mostly it indeed. JavaScriptEnabled=Y can also be passed as a query string parameter. Thanks Jacques