Hi Guys,
I've come across a problem where the site I am using nowjs on can be
reach from
www.example.com and
example.com
Depending on which domain alias is used randomly by clients after a
restart, nowjs "fixes" on the domain alias in fileServer.js, and
requests to the other domain don't work - because the cached files are
returned and fall afoul of the cross-domain restriction.
My fix was to redirect all clients to a canonical domain - is this the
right approach?
thanks,
Richard