Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
8bd0f4523a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mod/dynamicproxy/dpcore/dpcore.go

+ 1 - 0
mod/dynamicproxy/dpcore/dpcore.go

@@ -73,6 +73,7 @@ type requestCanceler interface {
 func NewDynamicProxyCore(target *url.URL, prepender string) *ReverseProxy {
 	//targetQuery := target.RawQuery
 	director := func(req *http.Request) {
+		fmt.Println(target.Host, target.Path, req.URL.Path)
 		/*
 			req.URL.Scheme = target.Scheme
 			req.URL.Host = target.Host