[PR #199] [MERGED] Fix CORS and mixed content issue #2480

Closed
opened 2026-03-17 00:10:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/199
Author: @hosseinnedaee
Created: 10/19/2019
Status: Merged
Merged: 10/20/2019
Merged by: @liyasthomas

Base: masterHead: Proxy_Server


📝 Commits (2)

  • 1c99ffa Create and use proxy server middleware
  • 3950294 Use vue router to link proxy toast to settings page

📊 Changes

4 files changed (+100 additions, -21 deletions)

View changed files

📝 nuxt.config.js (+3 -0)
📝 pages/index.vue (+41 -13)
📝 pages/settings.vue (+6 -8)
proxy/index.js (+50 -0)

📄 Description

In this PR I used Nuxtjs serverMiddleware to create a proxy server and pass the requests through the proxy and get over CORS and mixed-content issue's

resolving https://github.com/liyasthomas/postwoman/issues/175 and https://github.com/liyasthomas/postwoman/issues/2


🔄 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/hoppscotch/hoppscotch/pull/199 **Author:** [@hosseinnedaee](https://github.com/hosseinnedaee) **Created:** 10/19/2019 **Status:** ✅ Merged **Merged:** 10/20/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `Proxy_Server` --- ### 📝 Commits (2) - [`1c99ffa`](https://github.com/hoppscotch/hoppscotch/commit/1c99ffa3cc07427c6215bf1451a755893823d864) Create and use proxy server middleware - [`3950294`](https://github.com/hoppscotch/hoppscotch/commit/395029489a28f96571751c790dcd2d43a062f8d9) Use vue router to link proxy toast to settings page ### 📊 Changes **4 files changed** (+100 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `nuxt.config.js` (+3 -0) 📝 `pages/index.vue` (+41 -13) 📝 `pages/settings.vue` (+6 -8) ➕ `proxy/index.js` (+50 -0) </details> ### 📄 Description In this PR I used Nuxtjs serverMiddleware to create a proxy server and pass the requests through the proxy and get over CORS and mixed-content issue's resolving https://github.com/liyasthomas/postwoman/issues/175 and https://github.com/liyasthomas/postwoman/issues/2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:10:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2480
No description provided.