+* Finally giving up on smart handling of HTTPS/HTTP protocol IN Quepid. We tried for a long time to make Quepid aware of a search endpoints TLS setting because the browsers these days don't want you to interact across the protocols. If Quepid was on `https` and the search endpoint was an `http` url, then we prompted to reload the browser app into the matching `http` url. This didn't work well when Quepid is behind a proxy, as they typically take of this. Also, we now have an actual built in capability for Quepid server to send queries to an endpoint, and it doesn't care if it's http or https. https://github.com/o19s/quepid/pull/1427 by @epugh to remove this. Fixes https://github.com/o19s/quepid/issues/1410 by @brucks24.
0 commit comments