Re: Http header including if ECMA (Javascript) is on and the version

>   Perhaps a new section between 7 & 8 as follows;
> 
> 8. The ECMA script (Javascript) Client Hint
> 
> The "ECMA" request header field is a number or text that
> indicates the client's current ECMA implementation version. A blank ECMA
> hint would indicate that ECMA script is currently turned off.
> ECMA = Text [32 ASCII characters]
> 
> If ECMA occurs in a message more than once, the last value
> should be used to override other occurrences.


Seems good idea, but is there really need for ECMA version?

If no, then maybe:

  The "ECMA" request header field indicates the client's 
  ECMA script execution is turned on or off.

    ECMA = "on" / "off" 

  If "ECMA" request header field includes invalid or
  unknown value, this is interpretes as ECMA script execution 
  is turned on.

/ Kari Hurtta

Received on Saturday, 8 October 2016 06:13:21 UTC