Open loganmzz opened 5 years ago
I noticed this problem as well when the UI is behind kubectl proxy. Any suggestion?
You need a reverse proxy that supports URL rewriting in HTML pages. Nginx and Apache can do that ... Or, recompile hoverfly with a modified version of this module as Hoverfly UI resources are embedded into the binary.
/index.html
is using a/
as base href making impossible to reverse proxy hoverfly UI using a context-path.