• how to avoid buffering?

    From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Sun Jul 12 17:25:31 2026
    From Newsgroup: alt.comp.software.firefox

    On my android smartphone I have assigned following Tasmota commands http://192.168.178.91/cm?cmnd=Power%20on http://192.168.178.91/cm?cmnd=Power%20off
    to 2 icons namen ON and OFF to switch a Tasmota device on and off by a
    single icon touch only.

    This works very fine, except that the device's answer page is buffered in Firefox, and when I switch ON and OFF and again to ON the second ON does not send again the command to the device but reads the answer page from buffer showing the previous answer instead of executing switch on.

    Therefore to send a second ON I always must terminate Firefox first, f.e. by removing all apps from memory, and then the second ON icon touch will work.

    What can I do to send the command to the Tasmota device even if there is already an answer page in cache?

    ChatGPT suggested to add something like Date.now() to the URL to make the
    call unique so that no cache copy can exist, but how can I add this into the icon's command line?
    ChatGPT adviced me to create a new HTML file with JavaScript code in it, but while calling this file the command was executed properly it didn't work
    when the HTML file was assigned to an icon via "add to start screen".

    I simply want to touch the ON and OFF icons without having the need to
    cancel Firefox first. How can I do that?

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From dillinger@dillinger@not.invalid to alt.comp.software.firefox on Sun Jul 12 18:37:02 2026
    From Newsgroup: alt.comp.software.firefox

    Op 12-07-2026 om 17:25 schreef Wendelin Uez:
    On my android smartphone I have assigned following Tasmota commands http://192.168.178.91/cm?cmnd=Power%20on http://192.168.178.91/cm?cmnd=Power%20off
    to 2 icons namen ON and OFF to switch a Tasmota device on and off by a
    single icon-a touch only.

    This works very fine, except that the device's answer page is buffered
    in Firefox, and when I switch ON and OFF and again to ON the second ON
    does not send again the command to the device but reads the answer page> from buffer showing the previous answer instead of executing switch on.>
    Therefore to send a second ON I always must terminate Firefox first,
    f.e. by removing all apps from memory, and then the second ON icon touch
    will work.

    What can I do to send the command to the Tasmota device even if there is already an answer page in cache?

    ChatGPT suggested to add something like Date.now() to the URL to make
    the call unique so that no cache copy can exist, but how can I add this> into the icon's command line?
    ChatGPT adviced me to create a new HTML file with JavaScript code in it,
    but while calling this file the command was executed properly it didn't> work when the HTML file was assigned to an icon via "add to start screen".

    I simply want to touch the ON and OFF icons without having the need to
    cancel Firefox first. How can I do that?
    This doesn't look like Firefox problem.
    Why don't you install a Tasmota control app on your phone?
    A Quick search on my phone shows at least 3 available.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Sun Jul 12 19:45:51 2026
    From Newsgroup: alt.comp.software.firefox


    This doesn't look like Firefox problem.

    Yes, it's not a Firefox problem but a problem I want to solve using Firefox. And caching pages is a Firefox job.
    Of course, I could run another browser - and probably would have the same problem.


    Why don't you install a Tasmota control app on your phone?

    Why should I start an additional app, select the device and toggle its state when I can do that with a single touch only?


    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From dillinger@dillinger@not.invalid to alt.comp.software.firefox on Sun Jul 12 20:04:16 2026
    From Newsgroup: alt.comp.software.firefox

    Op 12-07-2026 om 19:45 schreef Wendelin Uez:
    Why should I start an additional app, select the device and toggle its
    state when I can do that with a single touch only?


    Because you can't, you already tried that, the answer of your device
    gets stuck in your browser, instead of an app which monitors its state.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Mon Jul 13 16:32:31 2026
    From Newsgroup: alt.comp.software.firefox

    Why should I start an additional app, select the device and toggle its
    state when I can do that with a single touch only?


    Because you can't, you already tried that, the answer of your device
    gets stuck in your browser, instead of an app which monitors its state.

    Sure I can, as I explained, you didn't read it?

    Let me repeat: "What can I do to send the command to the Tasmota device even if there is
    already an answer page in cache?"

    I have no problem if you don't know how to do it, but why do you want to
    solve a problem no one has raised?

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From R.Wieser@address@is.invalid to alt.comp.software.firefox on Mon Jul 13 17:31:45 2026
    From Newsgroup: alt.comp.software.firefox

    Wendelin,

    Let me repeat: "What can I do to send the command to the Tasmota device
    even if there is already an answer page in cache?"

    The simpelest solution ?

    step 1: click the shortcut
    step 2 : tell the browser to refresh the webpage.

    Regards,
    Rudy Wieser


    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From dillinger@dillinger@not.invalid to alt.comp.software.firefox on Mon Jul 13 20:09:39 2026
    From Newsgroup: alt.comp.software.firefox

    On 13/07/2026 16:32, Wendelin Uez wrote:
    Why should I start an additional app, select the device and toggle its
    state when I can do that with a single touch only?


    Because you can't, you already tried that, the answer of your device
    gets stuck in your browser, instead of an app which monitors its state.

    Sure I can, as I explained, you didn't read it?

    Let me repeat: "What can I do to send the command to the Tasmota device
    even if there is
    already an answer page in cache?"

    I have no problem if you don't know how to do it, but why do you want to solve a problem no one has raised?

    Your device sends you a status message, and Firefox can't handle that.
    You can try Rudy's solution, but that was likely the first thing you tried.
    If that doesn't work write yourself a web page (with a button!) which
    acts as the app.
    If you can't do that, stop whining and get the app.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Tue Jul 14 11:28:11 2026
    From Newsgroup: alt.comp.software.firefox

    If you can't do that, stop whining and get the app.

    My question was

    I simply want to touch the ON and OFF icons without having the need to cancel Firefox first. How can I do that?

    Sure, it's not mainly a question for Firefox, but Firefox - and probably
    other browsers too - buffers the answer page and does not send the request again.

    My problem is not to send an URLor command using Firefox or any other app
    but preventing Firefox from accessing its buffer instead of sending the request again. If any other app can do this, can Firefox do this also?



    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Tue Jul 14 11:19:00 2026
    From Newsgroup: alt.comp.software.firefox

    The simpelest solution ?

    step 1: click the shortcut
    step 2 : tell the browser to refresh the webpage.

    Yes, that's a solution for the last quotation but not for that what I asked for in my opening question .

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From R.Wieser@address@is.invalid to alt.comp.software.firefox on Tue Jul 14 16:31:40 2026
    From Newsgroup: alt.comp.software.firefox

    Wendelin,

    The simpelest solution ?

    step 1: click the shortcut
    step 2 : tell the browser to refresh the webpage.

    Yes, that's a solution for the last quotation but not for that what I
    asked for in my opening question .

    Your opening question contained :

    [quote=you]
    Therefore to send a second ON I always must terminate Firefox first, f.e. by removing all apps from memory, and then the second ON icon touch will work.

    What can I do to send the command to the Tasmota device even if there is already an answer page in cache?
    [/quote]

    And that is what my suggestion was a response to.

    Regards,
    Rudy Wieser


    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From dillinger@dillinger@not.invalid to alt.comp.software.firefox on Tue Jul 14 21:41:04 2026
    From Newsgroup: alt.comp.software.firefox

    Op 14/07/2026 om 11:28 schreef Wendelin Uez:
    If you can't do that, stop whining and get the app.

    My question was

    I simply want to touch the ON and OFF icons without having the need to
    cancel Firefox first. How can I do that?

    Sure, it's not mainly a question for Firefox, but Firefox - and probably other browsers too - buffers the answer page and does not send the
    request again.

    My problem is not to send an URLor command using Firefox or any other
    app but preventing Firefox from accessing its buffer instead of sending
    the request again. If any other app can do this, can Firefox do this also?



    What a waste of time, is this your hobby?

    I don't think this is a browser/cache problem, the device is trying to
    talk to you and you are only shouting ON and OFF.
    I doubt a device that's turned off would talk to me, so what does off
    really mean here?
    Is it stand-by? Is it sleeping? If so, how do we wake up the device?
    Shouting ON doesn't wake it up, reconnecting the browser (phone?)
    apparently does. Can we wake it up without reconnecting?

    All of this (and more) is solved by the app, get the app.

    Cheers, and good luck, I'm done with this now.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Wed Jul 15 16:18:29 2026
    From Newsgroup: alt.comp.software.firefox

    I'm done with this now.

    Never mind; you don't seem to know what Tasmota is anyway.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From dillinger@dillinger@not.invalid to alt.comp.software.firefox on Wed Jul 15 18:57:14 2026
    From Newsgroup: alt.comp.software.firefox

    On 15/07/2026 16:18, Wendelin Uez wrote:
    -aI'm done with this now.

    Never mind; you don't seem to know what Tasmota is anyway.
    Maybe so, did you try toggle? Instead of on/off?
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Ammammata@ammammata@tiscali.it to alt.comp.software.firefox on Thu Jul 16 08:33:00 2026
    From Newsgroup: alt.comp.software.firefox

    Wendelin Uez expressed precisely :
    How can I do that?

    try running Firefox incognito
    --
    /-\ /\/\ /\/\ /-\ /\/\ /\/\ /-\ T /-\
    -=- -=- -=- -=- -=- -=- -=- -=- - -=-
    ........... [ al lavoro ] ...........
    -.-. .... . ... .. ...- .. -. -.-. .- --- -.-. .... . ... .. .--. . .-.
    -.. .- ..-. --- .-. --.. .- - --- .-. --- . .--- ..- ...- . -- . .-.
    -.. .-
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Mr. Man-wai Chang@toylet.toylet@gmail.com to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c on Thu Jul 16 18:16:06 2026
    From Newsgroup: alt.comp.software.firefox

    On 7/12/2026 11:25 PM, Wendelin Uez wrote:
    On my android smartphone I have assigned following Tasmota commands http://192.168.178.91/cm?cmnd=Power%20on http://192.168.178.91/cm?cmnd=Power%20off
    to 2 icons namen ON and OFF to switch a Tasmota device on and off by a
    single icon touch only.

    This works very fine, except that the device's answer page is buffered in Firefox, and when I switch ON and OFF and again to ON ....

    Try appending a time-stamp to the URL, led by a question
    mark. It's a typical web programming trick.

    http://192.168.178.91/cm?cmnd=Power%20off?2026071612121211

    Notice the part "?yyyymmddhhmmss": yyyymmdd is date,
    followed by "hhmmss" which is time.
    --

    @~@ Simplicity is Beauty! Remain silent! Drink, Blink, Stretch!
    / v \ May the Force and farces be with you! Live long and prosper!!
    /( _ )\ https://sites.google.com/site/changmw/
    ^ ^ https://github.com/changmw/changmw
    The game is afoot... Meow...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Fri Jul 17 19:09:10 2026
    From Newsgroup: alt.comp.software.firefox

    try running Firefox incognito

    Good idea, but I've still not found a way to configure my Android Frefox to
    do so - neither by configuration nor by command line parameter. But maybe
    I've not searched enough for that.

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Fri Jul 17 19:06:00 2026
    From Newsgroup: alt.comp.software.firefox

    Never mind; you don't seem to know what Tasmota is anyway.
    Maybe so, did you try toggle? Instead of on/off?

    No, why should I do so? Even if toggling would work fine switching would continue making problems.

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c on Fri Jul 17 19:20:22 2026
    From Newsgroup: alt.comp.software.firefox

    Try appending a time-stamp to the URL, led by a question
    mark. It's a typical web programming trick.

    I know this trick, but I don't know how to implement in a one-liner.

    Getting this timer value needs a javascript function, but this can't be
    called in the command line, and even ChatGPT could not serve with a few
    lines html-code solution without additional dependencies. In Wndows I could construct such a command line even simply in .bat files, but AFAIK Android
    has not such ones.

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to alt.comp.software.firefox on Fri Jul 17 19:46:00 2026
    From Newsgroup: alt.comp.software.firefox

    On 2026-07-17 19:09, Wendelin Uez wrote:
    try running Firefox incognito

    Good idea, but I've still not found a way to configure my Android Frefox
    to do so - neither by configuration nor by command line parameter. But
    maybe I've not searched enough for that.

    If by "incognito" you mean "private", I managed time ago to make my
    Firefox open private windows by default in Android. I don't remember
    how, I know I had to insist a few times till I got it done.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From dillinger@dillinger@not.invalid to alt.comp.software.firefox on Fri Jul 17 20:29:39 2026
    From Newsgroup: alt.comp.software.firefox

    On 17/07/2026 19:06, Wendelin Uez wrote:
    Never mind; you don't seem to know what Tasmota is anyway.
    Maybe so, did you try toggle? Instead of on/off?

    No, why should I do so?

    Because you'll learn something.

    Even if toggling would work fine switching would continue making problems.

    Why? Is this your first Tasmota device?

    https://tasmota.github.io/docs/
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to alt.comp.software.firefox,comp.infosystems.www.authoring.html on Fri Jul 17 22:32:03 2026
    From Newsgroup: alt.comp.software.firefox

    On Fri, 17 Jul 2026 19:20:22 +0200, Wendelin Uez wrote:

    ... but AFAIK Android has not such ones.

    Android has a shell <https://android.googlesource.com/platform/system/core/+/master/shell_and_utilities/README.md>.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Mr. Man-wai Chang@toylet.toylet@gmail.com to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c,comp.mobile.android,alt.os.linux.mint on Sat Jul 18 11:26:46 2026
    From Newsgroup: alt.comp.software.firefox

    On 7/18/2026 1:20 AM, Wendelin Uez wrote:

    On my android smartphone I have assigned following Tasmota
    ....
    This works very fine, except that the device's answer page
    is buffered in Firefox....
    ....
    I know this trick, but I don't know how to implement in a one-liner.

    Getting this timer value needs a javascript function, but....

    Are you sure that it's Firefox that's caching
    the page? Web server caches pages as well.

    You need to force the web server (e.g. Apache,
    router firmware) to "forget" its cached pages
    if you cannot do it from client side
    (e.g. Firefox).

    Did you really use the trick I suggested? Did
    it work or not? Did you just wanna fool around
    to troll honest programmers? :)

    Are you also trying to create A.I. that
    fools around? Well....

    Here is my trick again:

    Try appending a time-stamp to the URL, led by a question
    mark. It's a typical web programming trick.

    http://192.168.178.91/cm?cmnd=Power%20off?2026071612121211

    Notice the part "?yyyymmddhhmmss": yyyymmdd is date,
    followed by "hhmmss" which is time.

    AND... AND....

    If you could not do anything against the
    firmware/web-server and Firefox was not
    to be blamed, the only last solution is
    to file a complaint against the firmware
    comapny? :)



    Related:

    About - Tasmota
    <https://tasmota.github.io/docs/About/>

    what is Tasmota - Google uELo#i <https://www.google.com/search?q=what+is+Tasmota>
    --

    @~@ Simplicity is Beauty! Remain silent! Drink, Blink, Stretch!
    / v \ May the Force and farces be with you! Live long and prosper!!
    /( _ )\ https://sites.google.com/site/changmw/
    ^ ^ https://github.com/changmw/changmw
    The game is afoot... Meow...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Mr. Man-wai Chang@toylet.toylet@gmail.com to alt.comp.software.firefox on Sat Jul 18 11:28:35 2026
    From Newsgroup: alt.comp.software.firefox

    On 7/12/2026 11:25 PM, Wendelin Uez wrote:
    On my android smartphone I have assigned following Tasmota commands http://192.168.178.91/cm?cmnd=Power%20on http://192.168.178.91/cm?cmnd=Power%20off
    "Re: how to avoid buffering?" <=- it's called caching
    not buffering.

    web page caching - Google uELo#i <https://www.google.com/search?q=web+page+caching>
    --

    @~@ Simplicity is Beauty! Remain silent! Drink, Blink, Stretch!
    / v \ May the Force and farces be with you! Live long and prosper!!
    /( _ )\ https://sites.google.com/site/changmw/
    ^ ^ https://github.com/changmw/changmw
    The game is afoot... Meow...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Mr. Man-wai Chang@toylet.toylet@gmail.com to alt.comp.software.firefox on Sat Jul 18 11:36:29 2026
    From Newsgroup: alt.comp.software.firefox

    On 7/18/2026 11:28 AM, Mr. Man-wai Chang wrote:
    On 7/12/2026 11:25 PM, Wendelin Uez wrote:
    On my android smartphone I have assigned following Tasmota commands
    http://192.168.178.91/cm?cmnd=Power%20on
    http://192.168.178.91/cm?cmnd=Power%20off
    "Re: how to avoid buffering?" <=- it's called caching
    not buffering.

    web page caching - Google uELo#i <https://www.google.com/search?q=web+page+caching>

    I know muscular engineers loved to fool
    around skinny programmers, notably female
    programmers with boobs. EfOe

    I have repeated this message using
    cross-posting!

    "Re: how to avoid buffering?" <=- it's called caching
    not buffering.

    web page caching - Google uELo#i <https://www.google.com/search?q=web+page+caching>
    --

    @~@ Simplicity is Beauty! Remain silent! Drink, Blink, Stretch!
    / v \ May the Force and farces be with you! Live long and prosper!!
    /( _ )\ https://sites.google.com/site/changmw/
    ^ ^ https://github.com/changmw/changmw
    The game is afoot... Meow...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Wendelin Uez@wuez@online.de to alt.comp.software.firefox on Mon Jul 20 07:43:17 2026
    From Newsgroup: alt.comp.software.firefox

    In German we have a special expression "Oberlehrer" for those people
    answering on questions no one has asked while keeping silent on the real question asked.

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Arno Welzel@usenet@arnowelzel.de to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c,comp.mobile.android,alt.os.linux.mint on Tue Jul 21 16:21:10 2026
    From Newsgroup: alt.comp.software.firefox

    Mr. Man-wai Chang, 2026-07-18 05:26:

    On 7/18/2026 1:20 AM, Wendelin Uez wrote:

    On my android smartphone I have assigned following Tasmota
    ....
    This works very fine, except that the device's answer page
    is buffered in Firefox....
    ....
    I know this trick, but I don't know how to implement in a one-liner.

    Getting this timer value needs a javascript function, but....

    Are you sure that it's Firefox that's caching
    the page? Web server caches pages as well.

    You need to force the web server (e.g. Apache,
    router firmware) to "forget" its cached pages
    if you cannot do it from client side
    (e.g. Firefox).

    Tasmota does not cache anything at all - this runs on a tiny
    microcontroller without much RAM. They can not afford to spend that
    memory for caching.

    Try appending a time-stamp to the URL, led by a question
    mark. It's a typical web programming trick.

    Yes, but an ugly one as all old versions also stay in the cache and fill
    it up. Better would be to send an appropriate headers in the HTTP response:

    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Expires: 0

    However, I don't think, that there is a configuration option for that,
    you may have to patch the web server code of Tasmota to do this.
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Arno Welzel@usenet@arnowelzel.de to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c,comp.mobile.android,alt.os.linux.mint on Tue Jul 21 16:21:59 2026
    From Newsgroup: alt.comp.software.firefox

    Arno Welzel, 2026-07-21 16:21:

    Mr. Man-wai Chang, 2026-07-18 05:26:

    On 7/18/2026 1:20 AM, Wendelin Uez wrote:

    On my android smartphone I have assigned following Tasmota
    ....
    This works very fine, except that the device's answer page
    is buffered in Firefox....
    ....
    I know this trick, but I don't know how to implement in a one-liner.

    Getting this timer value needs a javascript function, but....

    Are you sure that it's Firefox that's caching
    the page? Web server caches pages as well.

    You need to force the web server (e.g. Apache,
    router firmware) to "forget" its cached pages
    if you cannot do it from client side
    (e.g. Firefox).

    Tasmota does not cache anything at all - this runs on a tiny
    microcontroller without much RAM. They can not afford to spend that
    memory for caching.

    Try appending a time-stamp to the URL, led by a question
    mark. It's a typical web programming trick.

    Yes, but an ugly one as all old versions also stay in the cache and fill
    it up. Better would be to send an appropriate headers in the HTTP response:

    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Expires: 0

    Complete list:

    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Expires: 0
    Pragma: no-cache

    However, I don't think, that there is a configuration option for that,
    you may have to patch the web server code of Tasmota to do this.
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Mr. Man-wai Chang@toylet.toylet@gmail.com to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c,comp.mobile.android,alt.os.linux.mint on Wed Jul 22 22:03:51 2026
    From Newsgroup: alt.comp.software.firefox

    On 7/21/2026 10:21 PM, Arno Welzel wrote:

    Tasmota does not cache anything at all - this runs on a tiny
    microcontroller without much RAM. They can not afford to spend that
    memory for caching.


    You don't infer from hardware spec. You have to test
    things using tools like ncat to find out.

    Maybe Wendelin Uez <wuez@online.de> should restart
    Tasmota whenever he/she thought its caches was
    not cleared? It possibly is the last resort. :)

    I presume Android don't do strange things when
    it comes to caching. And we don't know what
    hardware and ISP Wendelin Uez is using.

    Anyway, the caching is either in the server or
    the client. Firefox could be trusted as far as
    most know.

    Yes, but an ugly one as all old versions also stay
    in the cache and fill it up. Better would be to
    send an appropriate headers in the HTTP response:

    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Expires: 0

    Complete list:

    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Expires: 0
    Pragma: no-cache

    However, I don't think, that there is a configuration
    option for that, you may have to patch the web
    server code of Tasmota to do this.
    --

    @~@ Simplicity is Beauty! Remain silent! Drink, Blink, Stretch!
    / v \ May the Force and farces be with you! Live long and prosper!!
    /( _ )\ https://sites.google.com/site/changmw/
    ^ ^ https://github.com/changmw/changmw
    The game is afoot... Meow...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Arno Welzel@usenet@arnowelzel.de to alt.comp.software.firefox,comp.infosystems.www.authoring.html,comp.lang.c,comp.mobile.android,alt.os.linux.mint on Fri Jul 24 09:05:21 2026
    From Newsgroup: alt.comp.software.firefox

    Mr. Man-wai Chang, 2026-07-22 16:03:

    On 7/21/2026 10:21 PM, Arno Welzel wrote:

    Tasmota does not cache anything at all - this runs on a tiny
    microcontroller without much RAM. They can not afford to spend that
    memory for caching.


    You don't infer from hardware spec. You have to test
    things using tools like ncat to find out.

    How does ncat show you, if the *server* cached a page, before it was
    sent to the client?

    Also look at the code of Tasmota - there is no server side chaching.

    Maybe Wendelin Uez <wuez@online.de> should restart
    Tasmota whenever he/she thought its caches was
    not cleared? It possibly is the last resort. :)

    No, this does not help, when the *browser* caches the result. That's the reason, why Tasmota has an API to access data and you usually control
    devices not using Tasmota directly but with an MQTT broker like Home
    Assistant.

    I presume Android don't do strange things when
    it comes to caching. And we don't know what
    hardware and ISP Wendelin Uez is using.

    No, the same things happen in desktop browsers as well. When a webserver
    does not send any headers which forbid caching, a website is *always*
    cached.
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.22a-Linux NewsLink 1.2