[PR #251] [MERGED] Fix openepaperlink.eu proxy on https proxies #1017

Closed
opened 2026-03-20 18:14:52 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/251
Author: @jhbruhn
Created: 2/28/2024
Status: Merged
Merged: 3/4/2024
Merged by: @nlimper

Base: masterHead: patch-1


📝 Commits (2)

  • bd55538 Fix openepaperlink.eu proxy on https proxies
  • 22bc212 protocol fix

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 ESP32_AP-Flasher/wwwroot/ota.js (+3 -3)

📄 Description

Browser don't like to make http request when on a https connection. This fixes that. We probably could also always make a https connection, but that might cause issues if e.g. the server certificate runs out. Then at least local http access will still work.

The file editor does not work yet, I hope to fix it in the future.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/251 **Author:** [@jhbruhn](https://github.com/jhbruhn) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`bd55538`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/bd5553844ea2d633ef4bbc9c913ba457564a955e) Fix openepaperlink.eu proxy on https proxies - [`22bc212`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/22bc2124a94b822e89ee7064974717430cd7fae4) protocol fix ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/wwwroot/ota.js` (+3 -3) </details> ### 📄 Description Browser don't like to make http request when on a https connection. This fixes that. We probably could also always make a https connection, but that might cause issues if e.g. the server certificate runs out. Then at least local http access will still work. The file editor does not work yet, I hope to fix it in the future. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 18:14:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1017