jvm Vite for Gradle • opensavvy.gradle.vite.base.config • ProxyOptions • changeOrigin changeOrigin¶ val changeOrigin: Boolean Changes the origin of the host header to the target URL. Example¶ vite { server { proxy("/foo", "http://localhost:4567", changeOrigin = true) } } External resources¶ Official documentation