Jquery 当通过api网关向aws lambda发送ajax get请求时,接收到的头带有小写字符

Jquery 当通过api网关向aws lambda发送ajax get请求时,接收到的头带有小写字符,jquery,amazon-web-services,aws-lambda,aws-api-gateway,Jquery,Amazon Web Services,Aws Lambda,Aws Api Gateway,当我在node.js上使用fetch请求时,头“channelId”作为“channelId”接收,但当我尝试通过jquery使用get请求时,头“channelId”作为“channelId”接收,这使事情变得混乱。我设置CORS以接受每种类型的头进行测试。为什么会这样

当我在node.js上使用fetch请求时,头“channelId”作为“channelId”接收,但当我尝试通过jquery使用get请求时,头“channelId”作为“channelId”接收,这使事情变得混乱。我设置CORS以接受每种类型的头进行测试。为什么会这样