• http.js needs to handle http-equiv refresh

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Fri Sep 26 08:29:07 2025
    open https://gitlab.synchro.net/main/sbbs/-/issues/978

    I'm trying to pull a webpage and its only contents are

    ```
    <!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url=/stories/mlb/2025-mlb-playoff-picture-bracket-heading-final-weekend-season"></head></html>
    ```

    It would be nice if there was an option to follow the refresh URL. It's possible to parse the URL, sure, but having it automatically done would be nice.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to GitLab note in main/sbbs on Fri Sep 26 08:42:50 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/978#note_7655

    Hrm... http.js doesn't really do HTML, only HTTP... I think a higher level library for HTML is the right place for something like that.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)