Skip to content

Support for Port 443 #869

Closed Locked Answered by o0101
reaperofpower asked this question in Q&A
May 29, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @reaperofpower thanks for the question!

This is a great question. Easiest way is to use a reverse proxy right now but that does not seem ideal, so I'd like to expand a bit on the reasoning and maybe speculate as to other ways we could do this.

An alternate "fix" for now is you can "hide" the port by embedding the actual resource (in the example below, https://example.com:8002/login?token=example-token) in an iframe, like so:

https://example.com/index.html:

<!DOCTYPE html>
<meta name=viewport content="initial-scale=1,width=device-width">
<title>Browser</title>
<style>
  :root, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
</style>
<iframe 
  src="http…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@reaperofpower
Comment options

@o0101
Comment options

Answer selected by o0101
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants