[GH-ISSUE #1399] CORS header missing #455

Closed
opened 2026-03-16 15:25:32 +03:00 by kerem · 1 comment
Owner

Originally created by @MatanAmoyal on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1399

Hello,

I installed the latest docker version of hoppscotch (release on 22.12.20) and i installed it in my laptop and in k8s.
The UI is working, and the request example (https://httpbin.org/get) is working..

but when i'm trying to do another request to my app, it failed on CORS header missing..

i tried to add Access-Control-Allow-Origin: * to header without success.
Also tried to installed the extension to browser - firefox and chrome... but same...

Maybe do you have any advise about it?

Originally created by @MatanAmoyal on GitHub (Dec 23, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1399 Hello, I installed the latest docker version of hoppscotch (release on 22.12.20) and i installed it in my laptop and in k8s. The UI is working, and the request example (https://httpbin.org/get) is working.. but when i'm trying to do another request to my app, it failed on CORS header missing.. i tried to add Access-Control-Allow-Origin: * to header without success. Also tried to installed the extension to browser - firefox and chrome... but same... Maybe do you have any advise about it?
kerem 2026-03-16 15:25:32 +03:00
Author
Owner

@liyasthomas commented on GitHub (Dec 23, 2020):

Access-Control-Allow-Origin is a response header, not a request header. You should enable it from your apps side (server side).

Stack Overflow reference

Under normal circumstances CORS issues can be fixed by either browser extension or turning on the Proxy mode from Settings.

Let me know if you still have issues withCORS.

<!-- gh-comment-id:750329422 --> @liyasthomas commented on GitHub (Dec 23, 2020): `Access-Control-Allow-Origin` is a response header, not a request header. You should enable it from your apps side (server side). [Stack Overflow reference](https://stackoverflow.com/a/10636765) Under normal circumstances `CORS` issues can be fixed by either browser extension or turning on the `Proxy mode` from [Settings](https://hoppscotch.io/settings). Let me know if you still have issues with`CORS`.
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#455
No description provided.