8

Steps to reproduce:
Http://localhost
Does not resolve like other browsers.
I have an organizr container running on my Mac that I use as a start page and in safari and chrome I can reach it at localhost:8000
But I can not use localhost in Orion and need to use 0.0.0.0:8000 instead.

    11 days later

    Probably related to handling http

      2 months later

      Probably related issue. I have noticed that while sending same request on localhost as on production app Cookie header is not passed, which results unexpected behaviour like unable to login to an web app.

      Production:

      Localhost:

        7 months later
        a year later

        I am a developer and i need to do localhost testing at times

        On MSedge on my macOS ventura

        This works as expected.

        On Orion

        this doesn't work

        but when i change to 0.0.0.0:8000 it works again

        Please fix this

          I suspect it's probably due to this bug

          https://bugs.webkit.org/show_bug.cgi?id=160504

          I have tested on safari and the same behavior occurs, so it's more of a webkit thing.

          I prefer if orion makes a decision to be more like the chromium browsers in this case. Developers like me would love orion more.

          • Vlad replied to this.

            Using the most recent 3-5 comments on https://bugs.webkit.org/show_bug.cgi?id=160504

            what i did was

            sudo vim /etc/hosts

            hardcode

            127.0.0.1   enp.localhost # because /etc/hosts does not support wildcard

            my belief is that orion should use builtincode for *.localhost to auto use 127.0.0.1 rather than use webkit's default, like the chromium browsers

              simkimsia Thanks for checking. Please leave a comment on webkit.org as we are not in position to fix webkit bugs now

                I'm probably talking out of my behind, forgive me.

                But, thinking out loud...

                Is it possible for orion team to simply bolt this feature on top of webkit?

                • Vlad replied to this.

                  simkimsia Yes but Orion team is busy fixing 2,000 other open issues and bolting stuff on top of WebKit is immensely time consuming (and this is a very niche request on top of that). This is why we prefer they fix it.

                    Vlad bolting stuff on top of WebKit is immensely time consuming (and this is a very niche request on top of that). This is why we prefer they fix it

                    I can imagine.

                    Thank you for making it clear here. I trust the team to triage in the best possible way.

                      No one is typing