[GH-ISSUE #365] Proxy CORS issue #135

Closed
opened 2026-03-16 13:37:41 +03:00 by kerem · 3 comments
Owner

Originally created by @AtomicMaya on GitHub (Nov 28, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/365

Describe the bug
Cannot use proxy

To Reproduce
Steps to reproduce the behavior:
Activate default proxy, launch request.

Expected behavior
Request should work.

Result
Blocage d’une requête multiorigines (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur https://postwoman.apollotv.xyz/. Raison : l’en-tête CORS « Access-Control-Allow-Origin » est manquant. (CORS policy issue)

Error: "Network Error"
NuxtJS 2
exports
onerror

Desktop (please complete the following information):

  • OS: WIN10
  • Browser: Firefox
  • Version: latest

Additional context
Bug hunting as promised 😆

Originally created by @AtomicMaya on GitHub (Nov 28, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/365 **Describe the bug** Cannot use proxy **To Reproduce** Steps to reproduce the behavior: Activate default proxy, launch request. **Expected behavior** Request should work. **Result** `Blocage d’une requête multiorigines (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur https://postwoman.apollotv.xyz/. Raison : l’en-tête CORS « Access-Control-Allow-Origin » est manquant.` (CORS policy issue) Error: "Network Error" NuxtJS 2 exports onerror **Desktop (please complete the following information):** - OS: WIN10 - Browser: Firefox - Version: latest **Additional context** Bug hunting as promised 😆
kerem 2026-03-16 13:37:41 +03:00
Author
Owner

@liyasthomas commented on GitHub (Nov 28, 2019):

There's no problem here. I can't reproduce the bug.

<!-- gh-comment-id:559498984 --> @liyasthomas commented on GitHub (Nov 28, 2019): There's no problem here. I can't reproduce the bug.
Author
Owner

@NBTX commented on GitHub (Nov 28, 2019):

Whilst I do know French, errors and error reports in English would be appreciated!

I have not been able to reproduce the error myself, however I'm noticing that this bug was reported 5 hours ago, almost precisely the time that I briefly took down the Apollo server for some brief maintenance.

Could you please test again now and let us know if the situation is resolved?

<!-- gh-comment-id:559578352 --> @NBTX commented on GitHub (Nov 28, 2019): Whilst I do know French, errors and error reports in English would be appreciated! I have not been able to reproduce the error myself, however I'm noticing that this bug was reported 5 hours ago, almost precisely the time that I briefly took down the Apollo server for some brief maintenance. Could you please test again now and let us know if the situation is resolved?
Author
Owner

@andreujuanc commented on GitHub (Nov 29, 2019):

Issue is that your API must allow request with this header: Origin: https://postwoman.io
Or, you can just get repo and run it locally. :)

<!-- gh-comment-id:559726842 --> @andreujuanc commented on GitHub (Nov 29, 2019): Issue is that your API must allow request with this header: `Origin: https://postwoman.io` Or, you can just get repo and run it locally. :)
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#135
No description provided.