Hello, please ask about the jump issue:
When there is a request for the following URL
http://www.abc.cn/proxy?jump=http://ay.abc.cn/uopt/draw/index&code=123&_c=kuyin&state=3
If jump
appears in the link, jump to the URL after
jump=, as above, the result after rewriting is http ://ay.abc.cn/uopt/draw/index&code=123&_c=kuyin&state=3
PHP中文网2017-05-16 17:17:45
nginx can do it. Just make sure $arg_jump is not empty and rewrite it. However, I also think it should not be done by nginx. There is a security issue. Is the jump address safe?