Hoppscotch: Proxy CORS issue

Created on 28 Nov 2019  路  3Comments  路  Source: hoppscotch/hoppscotch

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鈥檜ne 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鈥檈n-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 馃槅

invalid need testing

Most helpful comment

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. :)

All 3 comments

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

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?

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. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jgroom33 picture jgroom33  路  5Comments

JanoschDeurer picture JanoschDeurer  路  4Comments

QasimArif picture QasimArif  路  4Comments

danilofuchs picture danilofuchs  路  4Comments

jitendra3109 picture jitendra3109  路  3Comments