[GH-ISSUE #2319] [feature]: have an option to pipe request through backend #796

Closed
opened 2026-03-16 17:13:59 +03:00 by kerem · 1 comment
Owner

Originally created by @Truth1984 on GitHub (May 4, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2319

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Need to have an option to switch requests sent through by web API or a backend server, since a backend server does not have to deal with the cors issues.

Why should this be worked on?

  1. Am using the docker version, and having issues with cors: seems like my requests and proxy servers are both blocked by the cors policy.

  2. postman does not have to deal with the cors issues.

  3. send requests from self-hosted sites with HTTPS enabled to an HTTP destination is most likely impossible due to web security policy.

Originally created by @Truth1984 on GitHub (May 4, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2319 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Need to have an option to switch requests sent through by web API or a backend server, since a backend server does not have to deal with the cors issues. ### Why should this be worked on? 1. Am using the docker version, and having issues with cors: seems like my requests and proxy servers are both blocked by the cors policy. 2. postman does not have to deal with the cors issues. 3. send requests from self-hosted sites with HTTPS enabled to an HTTP destination is most likely impossible due to web security policy.
kerem 2026-03-16 17:13:59 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@AndrewBastin commented on GitHub (May 4, 2022):

You can use the official browser extension if your only goal is to override CORS. Else, you can use the proxy interceptor as well.

For more info, see: https://docs.hoppscotch.io/features/interceptor

If this solves your problem, please close this issue.

<!-- gh-comment-id:1117235346 --> @AndrewBastin commented on GitHub (May 4, 2022): You can use the [official browser extension](https://github.com/hoppscotch/hoppscotch-extension) if your only goal is to override CORS. Else, you can use the proxy interceptor as well. For more info, see: https://docs.hoppscotch.io/features/interceptor If this solves your problem, please close this issue.
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#796
No description provided.