Giter Club home page Giter Club logo

Comments (6)

NoLooseEnds avatar NoLooseEnds commented on May 22, 2024

I have urls with fqdn:port without issue?

Screenshot 2021-06-11 at 09 08 08

from flame.

pawelmalak avatar pawelmalak commented on May 22, 2024

I'm working on this url parser and it's currently working with following url formats:

http://www.google.com
https://www.google.com/
www.google.com
http://google.com/
https://google.com
google.com
http://192.168.0.1
192.168.0.1
http://orion2
orion2
http://app.domain.com
https://app.domain.com
app.domain.com
192.168.0.110:5030

Any other urls I should test it with?

from flame.

RixzZ avatar RixzZ commented on May 22, 2024

Not to common, but IP variants with IPv6 might be necessary.

from flame.

pawelmalak avatar pawelmalak commented on May 22, 2024

I can't access any IPv6 address from any browser so I won't be able to test it.

from flame.

gitcatpeter avatar gitcatpeter commented on May 22, 2024

Pawel,
please check the following formats heavily used in homelabs:
https://192.168.5.6:3333
https://app.domain:3333

Right now if you type the whole URL like the above, colon gets removed and the URL does not work. Without 'https://' flame just assumes to use http protocol, which is not supported by the said app.

Thank you for the great work.

from flame.

beauwest avatar beauwest commented on May 22, 2024

I'm also looking forward to this. I recently switched everything to HTTPS for my environment, and don't even expose a HTTP port with a redirect. That switch broke my dashboard. This will be nice to have!

from flame.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.