Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
Malibu Senior Member Joined: 07/07/2018 Location: AustraliaPosts: 260
Posted: 06:16am 02 Jul 2024
Copy link to clipboard
Print this post
G'day all
So, yeah, I know that my first problem is Opera... I'm learning slowly that it's a less than optimal web browser - but at least it's good to bullet-proof some of my code by trying to get around it's quirks!
I'm running WebMite 5.09.00RC5 with a mod as requested by Peter in the C++ source
A long story short, I've been having some issues with MY web code, so I loaded Geoff's garden controller and all the associated web pages with the same result.
Using Firefox, with a POST from the 'config' page, I get this...
...all good with correct headers, etc.
With the same action from Opera, I get this...
...with all the correct info, but no headers...
I can 'get around' that problem (ie: lack of headers) by matching another string instead of the "POST" string - and the '404 error is just a result of not finding the correct string in the interrupt. ...but, everytime I use Opera with a POST, I also get this error...
...and it's baffling me! Am I missing something in my HTML coding, or is there something else going on?
(P.S: I'm 100% sure the C++ mods I've done are not related)
[Edit: Sorry, the dreaded 'too wide for the browser' problem... I put in a CrLf to fix it] Edited 2024-07-02 16:33 by MalibuJohn