Hello. We are migrating our Ktor server and upgrad...
# ktor
r
Hello. We are migrating our Ktor server and upgrading from tomcat9 to tomcat10. I need to create "dummy" service which would take all requests with all headers / body etc and pass it to another destination. Can I achieve this in Ktor? It should work as simple proxy, that would just redirect all HTTP connections (not only GET methods)
s