Latest Weather Conditions across the NZLWF stations.
Something weird going on, but I don't know what !The content is gzipped which is not a problem.This is prefixed by hex 0d0a, which shouldn't be a problem but is !!The scripts look for and remove the leading 0d0a but from this server for some reason the check method isn't recognizing the 0d0a ?If I rewrite the check method a different way it works.
I can have a better play with the script...
The content is gzipped which is not a problem.This is prefixed by hex 0d0a, which shouldn't be a problem but is !!
0a0d are control characters, line return and carriage returnbut WD does not add those, I suggest the server is adding those
It would be / is from the server.It is an optional prefix to the 'magic number(s)' of whatever the server has done. (eg. gzip and / or block encoding)Looking at the binhex string following the headers everthing looks OK.... but the scripts fail to do a simple search and remove operation for some unseen reason !
Started by Azzura
Started by gabba