Hi,
I'd like to request a few small enhancements to the HttpFallback functionality. Currently, it only supports GET request, all other requests such as HEAD, OPTIONS or POST end with an exception. It would be useful if these requests were routed to the HttpFallback handler.
In our use case, we would be using standard HTTP calls such as a HEAD request for service discovery.