Tested with curl:
In the trace file written with the --trace parameter, I find that, without NGINX, the GET request is simply served, and then reports "Info: Connection #0 to host ... left intact".
In the case of NGINX inbetween, I get a
HTTP/1.1 302 Moved Temporarily..
According to the trace file, Curl will then request "Location: ...", and receive "302 Found", then the trace file ends with "Info: Closing connection 0" is closed.
Is it OK, that NGINX proxy involves a "HTTP/1.1 302 Moved Temporarily" message?
Regards, Thomas
In the trace file written with the --trace parameter, I find that, without NGINX, the GET request is simply served, and then reports "Info: Connection #0 to host ... left intact".
In the case of NGINX inbetween, I get a
HTTP/1.1 302 Moved Temporarily..
According to the trace file, Curl will then request "Location: ...", and receive "302 Found", then the trace file ends with "Info: Closing connection 0" is closed.
Is it OK, that NGINX proxy involves a "HTTP/1.1 302 Moved Temporarily" message?
Regards, Thomas