thanks - fixed in 7.07
the fix is quite straight-forward so if you want to fix it in your 7.06 you can.
open \clarion8\accessory\libsrc\win\netweb.clw
search for the
NetWebServerWorker.SetOption
method.
search for the line
if numeric(pValue) and sub(pValue,1,1) <> '"'
change that to
if numeric(pValue) or sub(pValue,1,1) = '"'
There are two instances of that line in that method, and both must be changed as above.
Cheers
Bruce