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
Ifjump
appears in the link, jump to the URLafter
jump=, as above, the result after rewriting ishttp ://ay.abc.cn/uopt/draw/index&code=123&_c=kuyin&state=3
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?
Isn’t it better and simpler to do this with code? . .