Răsfoiți Sursa

auto update script executed

Toby Chui 2 ani în urmă
părinte
comite
f237dac426
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      mod/dynamicproxy/dynamicproxy.go
  2. BIN
      sys.db

+ 2 - 0
mod/dynamicproxy/dynamicproxy.go

@@ -209,6 +209,8 @@ func (h *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 		}
 	}
 
+	fmt.Println(r.RequestURI)
+
 	targetProxyEndpoint := h.Parent.getTargetProxyEndpointFromRequestURI(r.RequestURI)
 	if targetProxyEndpoint != nil {
 		h.proxyRequest(w, r, targetProxyEndpoint)