Hi Im trying out browzer for my webapp, I was able to reach my frontend through browzer but backend fails not sure how to resolve this?
Get 403 on /graphql post method.
With ziti edge desktop which works perfectly, this fails on through browzer
"clientIp":"127.0.0.1","level":"warn","message":"req terminate; non-GET method","method":"OPTIONS","timestamp":"2025-01-10T00:32:04.810Z","url":"/graphql","version":"0.76.0"} │
│ {"clientIp":"127.0.0.1","level":"warn","message":"req terminate; non-GET method","method":"OPTIONS","timestamp":"2025-01-10T00:32:04.815Z","url":"/graphql","version":"0.76.0"} │
│ {"clientIp":"127.0.0.1","level":"warn","message":"req terminate; non-GET method","method":"POST","timestamp":"2025-01-10T00:46:48.796Z","url":"/graphql","version":"0.76.0"} │
│ {"clientIp":"127.0.0.1","level":"warn","message":"req terminate; non-GET method","method":"POST","timestamp":"2025-01-10T00:46:48.803Z","url":"/graphql","version":"0.76.0"}
Looks like browzer does not support other methods?
Could you help me resolve this?
this is my helm value targets
targets:
- vhost: "demo.xxxx.xxxx.com" # httpbin.ziti.example.com
service: "xxxx-rd-ui" # httpbin-service
#path: /*
scheme: https
idp_issuer_base_url: "https://xxxx.xxx-dev.com/realms/demo"
idp_client_id: "xxx-xxxx-auth"
- vhost: "demo-internal.xxxx-xxx.com" # httpbin.ziti.example.com
service: "xxxx-xxxx-rd-backend" # httpbin-service
path: /
scheme: https
idp_issuer_base_url: "https://xxxx.xxx-dev.com/realms/demo"
idp_client_id: "xxx-xxxx-auth"
Does browzer does not support for API's? or am i missing anything here need help ASAP?