milan-fabian / slideshow-support

Support and issue tracking for Slideshow software
https://slideshow.digital/
14 stars 1 forks source link

Feature Request: support for webpages with username and password #36

Closed ulfskogeng closed 1 year ago

ulfskogeng commented 1 year ago

The title says it all. I have a webpage that I would like to display, but it's with username and password. Is it possible to make a solution of some kind with support to display URL with authentication?

milan-fabian commented 1 year ago

Slideshow already supports web authentication at some level:

ulfskogeng commented 1 year ago

@milan-fabian thx for you feedback/suggestions. None of the methods will work for the webpage that I'm trying to display. I'm waiting for the developer to make a public page that will not require any authentication. Hope it will come soon!

milan-fabian commented 1 year ago

@ulfskogeng If the current login page is accessible from the internet, can you please share the URL? If you don't want to publish it here, you can send it to milan@slideshow.digital. I will have a look at the login page and check whether there is any possibility for Slideshow to log in.

milan-fabian commented 1 year ago

The problem was solved by URL encoding the special characters in the URL.

Documentation on https://slideshow.digital/documentation/web-pages/ was updated to reflect this.