Skip to content

如何转发localhost请求 #114

@azl397985856

Description

@azl397985856

我想转发localhost请求,但是不可以
module.exports = {
'http://localhost:1024/test/': 'http://localhost:2016/',
};
换成域名就可以了。
module.exports = {
'http://htyttest.htky365.com/test/
': 'http://localhost:2016/',
};
请问是什么原因? 版本dora-plugin-proxy@0.6.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions