ory / cli

Create bulk action scripts, automate your tasks, manage your projects, and seamlessly interact with the Ory Network using the Ory command line interface (CLI).
https://www.ory.sh/cli?utm_source=github&utm_medium=banner&utm_campaign=cli
Apache License 2.0
43 stars 22 forks source link

feat: fix tunnel #296

Closed tilschuenemann closed 1 year ago

tilschuenemann commented 1 year ago

Related Issue or Design Document

271

Checklist

Further comments

tilschuenemann commented 1 year ago

Running the tunnel now yields a correct response when using --dev mode: 2023-01-19-115727_1538x846_scrot

aeneasr commented 1 year ago

Awesome! Could you fix this please too for

ory proxy \
        --project <your-project-slug> \
        http://localhost:3000 \
        https://example.org

I think the bug still exists there! You can tackle this as part of a new PR