stubby4node重定向到同一主机上的不同端口

时间:2016-07-11 09:36:38

标签: node.js http redirect port stubbing

使用stubby4node我正在尝试将重定向配置到同一主机上的其他端口。

我的问题是我没有可用的主机变量可以用来重写绝对网址。我尝试过从端口开始的相对URL,但这似乎不符合http:

-   request:
        method: GET
        url: /abc/client/v4/([a-zA-Z]{2,5})/([a-zA-Z]{2})/register/Apple/([a-z0-9\.]*)/([a-fA-F0-9\s]*)

    response:
        status: 302
        headers: 
            Location: :3000/pushRegistration/<%url[3]%>

我希望有一个像&lt;%url.host%&gt;这样的变量。我可以阅读,但我在文档中找不到任何内容。

1 个答案:

答案 0 :(得分:0)

我最终发送了主机标头,这不是我想要的 - 因为它需要更改客户端。