重定向HTTP方法

时间:2018-06-15 12:16:13

标签: http nginx proxy reverse

Stackoverflowers, 有人可以提供以下建议:

我需要将一个http url方法列表重定向到另一台服务器,当它们被击中时,其余的网站方法不会被重定向。你能告诉我这是如何实现的吗? 这就是我的意思:

base address = https://example.com

<base address>/methods/asyncwebmethods.ashx/JwtTokenLogin
to be redirected to  
<http://bg2-858-lt>/JwtTokenLogin

<base address>/methods/asyncwebmethods.ashx/logout 
to be redirected to 
<http://bg2-858-lt>/JwtTokenLogin

<base address>methods/betting.ashx/updateRegularCartItems
to be redirected to
<http://bg2-858-lt>/updateRegularCartItems

1 个答案:

答案 0 :(得分:0)

你可以通过多种方式做到这一点。 1.单击登录/注销按钮时处理动作的简单jquery。 2.在httpd.conf中 3.在servelt中你可以重定向。