[PR #69] [MERGED] Fix client running behind reverse proxy #130

Closed
opened 2026-02-17 17:12:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/69
Author: @DecDuck
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @DecDuck

Base: developHead: fix-proxy


📝 Commits (3)

  • f264600 fix: reverse proxy 400 due to duplicate header
  • 79373cb fix: clippy
  • 6dedf39 bump version and update ci

📊 Changes

8 files changed (+24 additions, -37 deletions)

View changed files

📝 .github/workflows/release.yml (+4 -5)
📝 package.json (+1 -1)
📝 src-tauri/Cargo.lock (+1 -1)
📝 src-tauri/Cargo.toml (+1 -1)
📝 src-tauri/src/error/remote_access_error.rs (+3 -1)
📝 src-tauri/src/games/downloads/download_agent.rs (+2 -14)
📝 src-tauri/src/games/downloads/download_logic.rs (+11 -13)
📝 src-tauri/tauri.conf.json (+1 -1)

📄 Description

No description provided


🔄 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/Drop-OSS/drop-app/pull/69 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `fix-proxy` --- ### 📝 Commits (3) - [`f264600`](https://github.com/Drop-OSS/drop-app/commit/f2646006197592b450ca5199518dc9419e274d16) fix: reverse proxy 400 due to duplicate header - [`79373cb`](https://github.com/Drop-OSS/drop-app/commit/79373cb0c107a2693afdafa5265bc005906d39cf) fix: clippy - [`6dedf39`](https://github.com/Drop-OSS/drop-app/commit/6dedf3942051da03f8b9f6f2140f20a8f44298f5) bump version and update ci ### 📊 Changes **8 files changed** (+24 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+4 -5) 📝 `package.json` (+1 -1) 📝 `src-tauri/Cargo.lock` (+1 -1) 📝 `src-tauri/Cargo.toml` (+1 -1) 📝 `src-tauri/src/error/remote_access_error.rs` (+3 -1) 📝 `src-tauri/src/games/downloads/download_agent.rs` (+2 -14) 📝 `src-tauri/src/games/downloads/download_logic.rs` (+11 -13) 📝 `src-tauri/tauri.conf.json` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:10 -05:00
yindo closed this issue 2026-02-17 17:12:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#130