avenwu

Results 291 comments of avenwu

换个端口试试 https://apple.stackexchange.com/questions/112103/im-trying-to-run-a-webserver-in-imac-but-it-doesnt-work-in-port-800

配了 host 或者是本地服务,对于访问失败的 https 请求whistle会自动转成 http,可以通过 `disable://auto2http` 禁用

看下 `~/.WhistleAppData/whistle.log` 有没有错误信息,有的话贴出来看下

试试路径加 `-`: `localhost:7777/-/path/to` -> `localhost:7777/path/to`

用 `localhost:8888/-/abc` 访问, Whistle 会放过请求并自动转成 `localhost:8888/abc`,规则里面要匹配的 URL 是 `localhost:8888/abc`

在whistle 上配规则 localhost:8888 localhost:7777