mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4407] http header的key转为了小写 #3481
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#3481
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 @liqu828612 on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4407
Bug Description
接收http请求后,其中header中key为X-ClientId 转为了小写X-Clientid。
frpc Version
0.58
frps Version
0.58
System Architecture
linux/amd64,
Configurations
proxies
name = "gate-dev"
type = "http"
localIP = "127.0.0.1"
localPort = 9080
customDomains = ["gate.dev.***.com"]
Logs
(orgCode=10000001, acsOrderId=10000002, pageNotify=false, requestHeaders={Accept=text/plain, application/xml, text/xml, application/json, application/+xml, application/+json, /, User-Agent=Apache-HttpClient/4.5.12 (Java/1.8.0_312), X-Forwarded-Proto=http, X-Forwarded-Host=gate.dev..com, Host=gate.dev..com, Accept-Encoding=gzip,deflate, X-Forwarded-Port=9080, X-B3-SpanId=2eee74dc1cf54190, X-Signature=ec3cdd8ac10ef4b2b644ac66bb6dab25, X-Forwarded-For=47.243.38.46, 127.0.0.1, X-B3-TraceId=2eee74dc1cf541908fec665c8a5805ae, Content-Length=583, X-Real-IP=127.0.0.1, X-Clientid=CECN005217, Content-Type=application/json}, requestNameValues=null, requestQueryString=null, requestBody={"data":{"additionalInfo":{"collectionAcct":{"accountNumber":"622500000122","bic":"BKTRUS33XXX","clearingSysNumber":"021001033","clearingSysType":"USABA","currency":"USD","iban":""},"debtorInfo":{"accountNumber":"IT23W3609201**********","bic":"SXPYDKKK","name":"ALKEMIA S.R.L.","remittanceInfo":"/ROC/SCTOUTxjTWiSLVRJsFf6cbqbqkGh1ST ADVANCE INVOICE NUMBER 281"}},"amount":2230200,"currency":"USD","pendingAmt":2230200,"transactionId":20240828001544,"transactionTime":"2024-08-28T16:32:08+0800"},"eventId":"3edb0f06-7d8b-4cf5-b55d-606626b7582e","eventName":"received"})
Steps to reproduce
...
Affected area
@liqu828612 commented on GitHub (Aug 28, 2024):
关闭