i even tried this ```- id: test upstream: pr...
# talk-oathkeeper
w
i even tried this
Copy code
- id: test
  upstream:
    preserve_host: true
    url: "<http://localhost:3000/create>"
  match:
    url: "<http://localhost:4455/create>"
    methods: ["POST","GET"]
  authenticators:
    - handler: noop
  authorizer:
    handler: allow
  mutators:
    - handler: noop