wuxue107

Results 1 issues of wuxue107

http://xxxx/aaa ` $request = ServerRequestFactory::fromGlobals(); $guzzle = new \GuzzleHttp\Client(); $proxy = new Proxy(new GuzzleAdapter($guzzle)); $response = $proxy->forward($request)->to('http://yyyy'); ` action code in http://yyyy/aaa ` var_dump($_GET,$_FILES); ` ` curl -F "[email protected]" "http://xxxx/aaa?type=image"...