Tillmann Heigel

Results 7 comments of Tillmann Heigel

Try to export "--no-sandbox" before starting vpn: `$ export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"

Works for me. Maybe update xcode?

What is missing for a merge?

@spencergibb, would it be appropriate to override `org.springframework.web.cors.reactive.CorsUtils#isPreFlightReuqest` as proposed by @superbool and make this configureable with `spring.cloud.gateway.globalcors.preflight.passthrough=true`? I could open a PR...

> Have the same problem. Use SpringBoot webflux and SpringCloud Gateway ,can't forward OPTIONS requests with Spring Cloud Gateway to out backend service. > So I overwite "org.springframework.web.cors.reactive.CorsUtils" class, >...