mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1484] vhost_http_port模式无法访问IIS Express托管的站点 #1168
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adeewu on GitHub (Oct 29, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1484
What version of frp are you using (./frpc -v or ./frps -v)?
0.29
What operating system and processor architecture are you using (
go env)?Window 10 X64
Configures you used:
frps
frpc
Steps to reproduce the issue:
使用Visual Studio 2019的IIS Express 托管AspNetCore项目
本地访问地址为:http://localhost:1234, 浏览器能正常访问这个地址
frp访问地址为:http://web.xxx.cn:7200, 访问报Http 400错误
Describe the results you received:

@ysc3839 commented on GitHub (Oct 29, 2019):
试试把
host_header_rewrite改成localhost:1234@adeewu commented on GitHub (Oct 30, 2019):
感谢@ysc3839 ,问题已经解决