hoppscotch / proxyscotch

📡 A simple proxy server created for https://hoppscotch.io
https://hoppscotch.io
MIT License
360 stars 93 forks source link

Proxyscotch response fail #76

Open thanhhactld opened 1 year ago

thanhhactld commented 1 year ago

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. image

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