Open
Description
Hi , I'm appreciate about your hard work.
Currently, i'm trying to use latest proxyscotch docker image to resolve CORS https request from hoppscotch web client.
But i received error response from proxy like under picture.
Could you help me or tell me what I am doing wrong ?
There is my docker-compose to deploy proxy
version: "3.2"
services:
proxy_server:
image: hoppscotch/proxyscotch
command: ["sh", "-c", "/etc/proxyscotch/out/linux-server/proxyscotch-server-* --host 0.0.0.0:9159 --allowed-origins *"]
ports:
- 9159:9159
Metadata
Assignees
Labels
No labels