Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Allow HTTPS and arbitrary ports in domain names on the Connect tab #549

Description

@tamberg

Hi,

in the Connect tab, under Domain Name, the Web UI seems to enforce HTTP and add a port (as set in the Network tab, usually 8073) to the domain entered. This prevents domain names with HTTPS (e.g. on the standard port 443) from being published on http://kiwisdr.com/public/

To support 3rd party reverse proxies, consider allowing HTTPS and arbitrary ports in the Domain Name URL field, e.g. instead of

my-domain.org => http://my-domain.org:8073

allow entering http:// or https:// and any port, as in

http://my-domain.org:8073 => http://my-domain.org:8073
https://my-domain.org:443 => https://my-domain.org:443
or even https://my-domain.org => https://my-domain.org

(This seems to require a relatively small change in https://github.com/jks-prv/Beagle_SDR_GPS/blob/master/web/kiwi/admin.js but I'm not a JS expert.)

Kind regards, Thomas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions