fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用基本认证浏览器在OPTIONS预检时会跨域报错

ncwsky opened this issue · comments

Bug Description

客户端配置了httpUser 、httpPassword 浏览器在OPTIONS预检时会跨域报错,未配置的情况未测试
image
这是修改两个文件后解决了

frpc Version

0.57.0

frps Version

0.57.0

System Architecture

linux/amd64

Configurations

[[proxies]]
name = "1001"
type = "http"
localIP = "127.0.0.1"
localPort = 80
subdomain = "test"
httpUser = "u1001"
httpPassword = "p1001"

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others