mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #365] Proxy CORS issue #135
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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):
Additional context
Bug hunting as promised 😆
@liyasthomas commented on GitHub (Nov 28, 2019):
There's no problem here. I can't reproduce the bug.
@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?
@andreujuanc commented on GitHub (Nov 29, 2019):
Issue is that your API must allow request with this header:
Origin: https://postwoman.ioOr, you can just get repo and run it locally. :)